diff options
| -rw-r--r-- | .github/pull_request_template.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e82ce84 --- /dev/null +++ b/.github/pull_request_template.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Description | ||
| 2 | |||
| 3 | Please describe the changes you want to make and why. Please also provide an explanation of the implementation. | ||
| 4 | As a rule of thumb, give as much detail as you would want to see if you were to review this PR. | ||
| 5 | |||
| 6 | If 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 | ||