diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 62c3dd87..2ee6e61c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,13 @@ -## ⚠️ Paste the PR TITLE replacing this text ⚠️ +## ⚠️ Insert the PR TITLE replacing this text ⚠️ ⚠️ Describe your PR replacing this text. Post screenshots or videos whenever possible. ⚠️ -### QA Checklist +### Checklist - [ ] My branch is updated with main (mandatory) - [ ] I wrote unit tests for this (if applies) - [ ] I have included migrations and tested them locally (if applies) - - [ ] I have manually tested this feature in my local + - [ ] I have manually tested this feature locally > IMPORTANT: Remember that you are responsible for merging this PR after it's been reviewed, and once deployed > you should perform manual testing to make sure everything went smoothly.