diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3e452da4..b37763f0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,15 @@ +### Background + + + +### Changes 🏗️ + + + +### PR Quality Scorecard ✨ + -### Background - - - -### Changes 🏗️ - - - -### PR Quality Score card ✨ +- [x] Have you used the PR description template?   `+2 pts` - [ ] Is your pull request atomic, focusing on a single change?   `+5 pts` +- [ ] Have you linked the GitHub issue(s) that this PR addresses?   `+5 pts` - [ ] Have you documented your changes clearly and comprehensively?   `+5 pts` - [ ] Have you changed or added a feature?   `-4 pts` - - [ ] Have you updated the documentation accordingly?   `+4 pts` + - [ ] Have you added/updated corresponding documentation?   `+4 pts` - [ ] Have you added/updated corresponding integration tests?   `+5 pts` -- [ ] Have you changed the behavior of one of the agents in the repo?   `-5 pts` +- [ ] Have you changed the behavior of Auto-GPT?   `-5 pts` - [ ] Have you also run `agbenchmark` to verify that these changes do not regress performance?   `+10 pts`