summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2023-05-31 22:45:21 +0200
committerGravatar GitHub2023-05-31 22:45:21 +0200
commit63780544bda0211dccc50bea904b9fc792aaadc0 (patch)
tree75c0b12ba1b6e847b6f5e59620b6c696016e9149
parentadd a PR template (diff)
downloadzig-sqlite-63780544bda0211dccc50bea904b9fc792aaadc0.tar.gz
zig-sqlite-63780544bda0211dccc50bea904b9fc792aaadc0.tar.xz
zig-sqlite-63780544bda0211dccc50bea904b9fc792aaadc0.zip
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md17
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---
2name: Bug report
3about: Create a bug report
4title: ''
5labels: bug
6assignees: ''
7
8---
9
10**Describe the bug**
11A clear and concise description of what the bug is.
12
13**To Reproduce**
14Steps to reproduce the behavior:
15
16**Expected behavior**
17A clear and concise description of what you expected to happen.