summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-12-23 21:17:27 +0100
committerGravatar Vincent Rischmann2023-12-23 21:17:40 +0100
commitaa6f95b1279f633259406e67986ba5ac4e76544b (patch)
tree06b36b8cd5a4ecb7376710a568607b3c111b20c0
parentMerge pull request #150 from Cloudef/master (diff)
downloadzig-sqlite-aa6f95b1279f633259406e67986ba5ac4e76544b.tar.gz
zig-sqlite-aa6f95b1279f633259406e67986ba5ac4e76544b.tar.xz
zig-sqlite-aa6f95b1279f633259406e67986ba5ac4e76544b.zip
update PR template
Diffstat (limited to '')
-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