summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index e82ce84..109771d 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,7 +4,3 @@ Please describe the changes you want to make and why. Please also provide an exp
4As a rule of thumb, give as much detail as you would want to see if you were to review this PR. 4As a rule of thumb, give as much detail as you would want to see if you were to review this PR.
5 5
6If this PR closes an issue, please reference it with something like "Closes #issue". 6If this PR closes an issue, please reference it with something like "Closes #issue".
7
8# Checklist
9
10- [ ] I added tests for my changes and they pass