diff --git a/.github/PULL_REQUEST_TEMPLATE/release_pr_template.md b/.github/PULL_REQUEST_TEMPLATE/release_pr_template.md new file mode 100644 index 000000000..6f0927601 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release_pr_template.md @@ -0,0 +1,7 @@ + + +# Review Checklist + +- [ ] Writes a summary in `whatsnew/whatsnew-pt-PT` of the new changes +- [ ] Terms and conditions reflect the changes +- [ ] GitHub .env has been updated (when there are `.env` changes) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c9de7a561..4cbaaffd4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,18 @@ -[ATTENTION. This is the *Pull Request Template*. Replace the two following lines with the indicated information and delete this one. Do not delete anything else] - Closes #[issue number] -[Description of the changes proposed in the pull request. Include steps to replicate the behavior and screenshots if UI is updated] + # Review checklist -- [ ] Terms and conditions reflect the current change -- [ ] Contains enough appropriate tests -- [ ] If aimed at production, writes a new summary in `whatsnew/whatsnew-pt-PT` -- [ ] Properly adds an entry in `changelog.md` with the change -- [ ] If PR includes UI updates/additions, its description has screenshots -- [ ] Behavior is as expected -- [ ] Clean, well-structured code + +## View Changes + +- [ ] Tested both in light and dark mode +- [ ] Description has screenshots of the UI changes +- [ ] Text is both in portuguese and english. + +## Documentation + +- [ ] Properly adds an entry in `changelog.md` with the change \ No newline at end of file