aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Shillingford <jgs272@cornell.edu>2020-07-02 12:52:41 -0400
committerJustin Shillingford <jgs272@cornell.edu>2020-07-02 12:52:41 -0400
commitc4f6ee1eb235d958c820079b007d09caab7a7d09 (patch)
tree5031e199c4c4e60863eda97af35d1abec5639a85
parentd4c59d4d31aedbad19353e639953329df08e6e5a (diff)
Added 'Packages added' section to PR Template
-rw-r--r--.github/pull_request_template.md4
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 -->