summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTiffany Le-Nguyen <letiffany.nguyen@gmail.com>2020-05-24 12:12:22 -0400
committerGitHub <noreply@github.com>2020-05-24 12:12:22 -0400
commitfbfde79b08caa2c95e40442cac60caede03b8e64 (patch)
treeb2b917a4430fca55572390542ba0e9c57a6038fa /.github
parentaccba5027db40bdcc66bef264d6081b919e926f8 (diff)
chore: remove redundant section from PR template (#1253)
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ac04a924c..006bc5c0d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,12 +10,6 @@
<!--- If it fixes an open issue, please link to the issue here. -->
Closes #
-#### Types of changes
-<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
-- [ ] Bug fix (non-breaking change which fixes an issue)
-- [ ] New feature (non-breaking change which adds functionality)
-- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
-
#### Screenshots (if appropriate):
#### How Has This Been Tested?