diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..62c3dd87 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## ⚠️ Paste the PR TITLE replacing this text ⚠️ + +⚠️ Describe your PR replacing this text. Post screenshots or videos whenever possible. ⚠️ + +### QA 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 + +> 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. + +### Urgency + + - [ ] Urgent (deploy ASAP) + - [ ] Non-urgent (deploying in next release is ok) +