From 00404951438773b8e0aa8a65817624270da3f509 Mon Sep 17 00:00:00 2001 From: Aarushi <50577581+aarushik93@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:00:16 +0100 Subject: [PATCH] tweak(.github): Update PR template (#8100) * update PR template * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Krzysztof Czerwinski <34861343+kcze@users.noreply.github.com> * add note * typo --------- Co-authored-by: Krzysztof Czerwinski <34861343+kcze@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1bffbbf4d0..681bc1c876 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,26 +6,17 @@ -### PR Quality Scorecard ✨ + +### Testing 🔍 +> [!NOTE] +Only for the new autogpt platform, currently in rnd/ -- [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 added/updated corresponding documentation?   `+4 pts` - - [ ] Have you added/updated corresponding integration tests?   `+5 pts` -- [ ] Have you changed the behavior of AutoGPT?   `-5 pts` - - [ ] Have you also run `agbenchmark` to verify that these changes do not regress performance?   `+10 pts` +- [ ] Create from scratch and execute an agent with at least 3 blocks +- [ ] Import an agent from file upload, and confirm it executes correctly +- [ ] Upload agent to marketplace +- [ ] Import an agent from marketplace and confirm it executes correctly +- [ ] Edit an agent from monitor, and confirm it executes correctly