diff options
-rw-r--r-- | .github/pull_request_template.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d5d794c0..1cf419cd 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 succint 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 --> |