aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2020-07-06 13:26:18 -0400
committerGitHub <noreply@github.com>2020-07-06 13:26:18 -0400
commit565932f47bfc7ddec42a649792b8b57f81da98de (patch)
tree0961cfa44e29663408848753858b4ec6407b4e2c
parentd4c59d4d31aedbad19353e639953329df08e6e5a (diff)
parent5403ee01bbeb5e8f33d153197c2966e291c1e327 (diff)
Merge pull request #10 from JustinShillingford/tmaXX-Add-Package-Info-To-PR-Template
Add Package and Rebase Info to PR Template
-rw-r--r--.github/pull_request_template.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d5d794c0..d4ef5481 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,6 +7,10 @@
## Description
<!--- Describe your changes in detail -->
+## Packages added (using `yarn add` or `yarn add --dev`)
+<!--- List all packages that were added in this PR and provide a succinct explanation of their use cases -->
+- **package-name** — Use case of package within project
+
## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
@@ -26,6 +30,7 @@
<!--- If you're unsure about any of these, don't hesitate to ask! -->
- [ ] I thoroughly tested my changes and ensured that they integrate with existing functionality.
- [ ] I ran `yarn lint` to make sure my code adheres to standard style expectations.
+- [ ] I ran `git pull --rebase upstream master` in my branch and resolved any merge conflicts on my end.
- [ ] I clearly documented and detailed my code where I deemed it necessary to do so.
- [ ] My changes require a change to the documentation...
- [ ] ... which I have updated accordingly.