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 |