Update PR template

This commit is contained in:
Reinier van der Leer
2023-09-06 15:47:49 +02:00
parent ea37eb95f9
commit 78cd591798

View File

@@ -1,6 +1,15 @@
### Background
<!-- Clearly explain the need for these changes: -->
### Changes 🏗️
<!-- Concisely describe all of the changes made in this pull request: -->
### PR Quality Scorecard ✨
<!-- <!--
## Contribution guide Check out our contribution guide:
Before submitting a PR, please check out our contribution guide:
https://github.com/Significant-Gravitas/Nexus/wiki/Contributing https://github.com/Significant-Gravitas/Nexus/wiki/Contributing
1. Avoid duplicate work, issues, PRs etc. 1. Avoid duplicate work, issues, PRs etc.
@@ -9,22 +18,14 @@ https://github.com/Significant-Gravitas/Nexus/wiki/Contributing
3. Clearly explain your changes. 3. Clearly explain your changes.
4. Avoid making unnecessary changes, especially if they're purely based on personal 4. Avoid making unnecessary changes, especially if they're purely based on personal
preferences. Doing so is the maintainers' job. ;-) preferences. Doing so is the maintainers' job. ;-)
5. Link the GitHub issues that are resolved by this PR.
--> -->
### Background - [x] Have you used the PR description template? &ensp; `+2 pts`
<!-- Clearly explain the need for these changes: -->
### Changes 🏗️
<!-- Concisely describe all of the changes made in this pull request: -->
### PR Quality Score card ✨
- [ ] Is your pull request atomic, focusing on a single change? &ensp; `+5 pts` - [ ] Is your pull request atomic, focusing on a single change? &ensp; `+5 pts`
- [ ] Have you linked the GitHub issue(s) that this PR addresses? &ensp; `+5 pts`
- [ ] Have you documented your changes clearly and comprehensively? &ensp; `+5 pts` - [ ] Have you documented your changes clearly and comprehensively? &ensp; `+5 pts`
- [ ] Have you changed or added a feature? &ensp; `-4 pts` - [ ] Have you changed or added a feature? &ensp; `-4 pts`
- [ ] Have you updated the documentation accordingly? &ensp; `+4 pts` - [ ] Have you added/updated corresponding documentation? &ensp; `+4 pts`
- [ ] Have you added/updated corresponding integration tests? &ensp; `+5 pts` - [ ] Have you added/updated corresponding integration tests? &ensp; `+5 pts`
- [ ] Have you changed the behavior of one of the agents in the repo? &ensp; `-5 pts` - [ ] Have you changed the behavior of Auto-GPT? &ensp; `-5 pts`
- [ ] Have you also run `agbenchmark` to verify that these changes do not regress performance? &ensp; `+10 pts` - [ ] Have you also run `agbenchmark` to verify that these changes do not regress performance? &ensp; `+10 pts`