From 867ba29cd3b4c127a65a95af552fc234e6407217 Mon Sep 17 00:00:00 2001 From: chandresh pancholi Date: Mon, 10 Oct 2022 09:37:26 +0530 Subject: [PATCH] PR template --- pull_request_template.md | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 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 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 |