diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..2f972d4 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,63 @@ + + +## Scope + + + +[closes TICKET-###](https://link-to-your-ticket) + +## Implementation + +With @pair + + + +## Screenshots + +| | before | after | +| ------- | ------ | ----- | +| desktop | | | +| mobile | | | + +## 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 |