diff options
| author | 2023-12-23 21:17:27 +0100 | |
|---|---|---|
| committer | 2023-12-23 21:17:40 +0100 | |
| commit | aa6f95b1279f633259406e67986ba5ac4e76544b (patch) | |
| tree | 06b36b8cd5a4ecb7376710a568607b3c111b20c0 /.github | |
| parent | Merge pull request #150 from Cloudef/master (diff) | |
| download | zig-sqlite-aa6f95b1279f633259406e67986ba5ac4e76544b.tar.gz zig-sqlite-aa6f95b1279f633259406e67986ba5ac4e76544b.tar.xz zig-sqlite-aa6f95b1279f633259406e67986ba5ac4e76544b.zip | |
update PR template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/pull_request_template.md | 4 |
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 | |||
| 4 | As a rule of thumb, give as much detail as you would want to see if you were to review this PR. | 4 | As a rule of thumb, give as much detail as you would want to see if you were to review this PR. |
| 5 | 5 | ||
| 6 | If this PR closes an issue, please reference it with something like "Closes #issue". | 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 | ||