summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-05-31 22:39:59 +0200
committerGravatar Vincent Rischmann2023-05-31 22:39:59 +0200
commit28314190a8523086b7e38c550e0b377671087d34 (patch)
treef01a2e411f525e0b0a567fbd82639e650751bd93 /.github
parentupdate readme (diff)
downloadzig-sqlite-28314190a8523086b7e38c550e0b377671087d34.tar.gz
zig-sqlite-28314190a8523086b7e38c550e0b377671087d34.tar.xz
zig-sqlite-28314190a8523086b7e38c550e0b377671087d34.zip
add a PR template
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md10
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
3Please describe the changes you want to make and why. Please also provide an explanation of the implementation.
4As a rule of thumb, give as much detail as you would want to see if you were to review this PR.
5
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