diff options
| author | 2023-05-31 22:45:21 +0200 | |
|---|---|---|
| committer | 2023-05-31 22:45:21 +0200 | |
| commit | 63780544bda0211dccc50bea904b9fc792aaadc0 (patch) | |
| tree | 75c0b12ba1b6e847b6f5e59620b6c696016e9149 /.github | |
| parent | add a PR template (diff) | |
| download | zig-sqlite-63780544bda0211dccc50bea904b9fc792aaadc0.tar.gz zig-sqlite-63780544bda0211dccc50bea904b9fc792aaadc0.tar.xz zig-sqlite-63780544bda0211dccc50bea904b9fc792aaadc0.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3a2e766 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | --- | ||
| 2 | name: Bug report | ||
| 3 | about: Create a bug report | ||
| 4 | title: '' | ||
| 5 | labels: bug | ||
| 6 | assignees: '' | ||
| 7 | |||
| 8 | --- | ||
| 9 | |||
| 10 | **Describe the bug** | ||
| 11 | A clear and concise description of what the bug is. | ||
| 12 | |||
| 13 | **To Reproduce** | ||
| 14 | Steps to reproduce the behavior: | ||
| 15 | |||
| 16 | **Expected behavior** | ||
| 17 | A clear and concise description of what you expected to happen. | ||