From 89625014d5de1443f98bcf9da615bbb979480da2 Mon Sep 17 00:00:00 2001 From: Mehran Kamalifard Date: Fri, 15 Sep 2023 11:32:35 +0330 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5027132 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ +### ๐Ÿ›  Changes being made + +Here give examples of the changes you've made in this pull request. Include an itemized list if you can. It'll help the reviewer + + +### โœจ What's the context? + +What's the context for the changes? Are there any + + +### ๐Ÿง  Rationale behind the change + +Why did you choose to make these changes? Were there any trade-offs you had to consider? + + +### ๐Ÿงช Test plan + +How do you know the changes are safe to ship to production? + + +### ๐Ÿ“ธ Screenshots (optional) + +If you made UI changes, what are the before an afters? + + +### ๐ŸŽ Quality check + +- [ ] Are your changes following SOLID principles? + +- [ ] Are there any erroneous console logs, debuggers or leftover code in your changes? + +- [ ] Walk away, take a break, re-read what you filled out above does it make sense if you were coming in cold? What extra context could you provide?