From 55d643be1c9dc437c90d8ae82fc0b36898d5535f Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:40:01 +0100 Subject: [PATCH] Create pull_request_template.md --- pull_request_template.md | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 00000000..e42d31b6 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,60 @@ + + +## Scope + + + +[closes TICKET-###](https://link-to-your-ticket) + +## Implementation + + + +## Screenshots + +| before | after | +| ------ | ----- | +| | | + +## How to Test + + + +## Emoji Guide + +**For reviewers: Emojis can be added to comments to call out blocking versus non-blocking feedback.** + +E.g: Praise, minor suggestions, or clarifying questions that don’t block merging the PR. + +> 🟒 Nice refactor! + +> 🟑 Why was the default value removed? + +E.g: Blocking feedback must be addressed before merging. + +> πŸ”΄ This change will break something important + +| | | | +| --- | --- | --- | +| Blocking | πŸ”΄ ❌ 🚨 | RED | +| Non-blocking | 🟑 πŸ’‘ πŸ€” πŸ’­ | Yellow, thinking, etc | +| Praise | 🟒 πŸ’š 😍 πŸ‘ πŸ™Œ | Green, hearts, positive emojis, etc |