From 314321c603183c99b6d76e1ab7ba4b2aad0c5b71 Mon Sep 17 00:00:00 2001 From: Andreas Bonini <78463782+AndreasBonini@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:34:42 +0700 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.