AutoGPT/.github/PULL_REQUEST_TEMPLATE.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

2023-09-06 13:47:49 +00:00
### Background
<!-- Clearly explain the need for these changes: -->
### Changes 🏗️
<!-- Concisely describe all of the changes made in this pull request: -->
### PR Quality Scorecard ✨
2023-09-06 13:35:53 +00:00
<!--
2023-09-06 13:47:49 +00:00
Check out our contribution guide:
2023-09-06 13:35:53 +00:00
https://github.com/Significant-Gravitas/Nexus/wiki/Contributing
1. Avoid duplicate work, issues, PRs etc.
2. Also consider contributing something other than code; see the [contribution guide]
for options.
3. Clearly explain your changes.
4. Avoid making unnecessary changes, especially if they're purely based on personal
preferences. Doing so is the maintainers' job. ;-)
2023-09-06 03:45:45 +00:00
-->
2023-09-06 13:47:49 +00:00
- [x] Have you used the PR description template? &ensp; `+2 pts`
2023-09-06 13:35:53 +00:00
- [ ] Is your pull request atomic, focusing on a single change? &ensp; `+5 pts`
2023-09-06 13:47:49 +00:00
- [ ] Have you linked the GitHub issue(s) that this PR addresses? &ensp; `+5 pts`
2023-09-06 13:35:53 +00:00
- [ ] Have you documented your changes clearly and comprehensively? &ensp; `+5 pts`
- [ ] Have you changed or added a feature? &ensp; `-4 pts`
2023-09-06 13:47:49 +00:00
- [ ] Have you added/updated corresponding documentation? &ensp; `+4 pts`
2023-09-06 13:35:53 +00:00
- [ ] Have you added/updated corresponding integration tests? &ensp; `+5 pts`
- [ ] Have you changed the behavior of AutoGPT? &ensp; `-5 pts`
2023-09-06 13:35:53 +00:00
- [ ] Have you also run `agbenchmark` to verify that these changes do not regress performance? &ensp; `+10 pts`