aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-13 22:59:48 +1000
committerGravatar GitHub <[email protected]>2020-02-13 22:59:48 +1000
commit7ef23b4d42716883dd8d51d0b2ffab36e45b6f59 (patch)
tree1270ccc7cf7eb1a378f019312192267485f6802c
parentMerge pull request #333 from python-discord/github-templates (diff)
Remove metadata from PR template
GH wasn't making use of the metadata section the same way as the issue templates do, so they appeared in the pre-fill, confusing contributors. This removes the section entirely to prevent the confusion.
-rw-r--r--.github/pull_request_template.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d146be1d..e2739287 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,11 +1,3 @@
----
-name: Pull Request
-about: Request to pull code changes into the repository.
-title: ''
-assignees: ''
-
----
-
## Relevant Issues
<!-- List relevant issue tickets here. -->
<!-- Say "Closes #0" for issues that the PR resolves, replacing 0 with the issue number. -->