diff options
-rw-r--r-- | .github/pull_request_template.md | 5 |
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. |