From 8aab286f72e24e10b33eeef29f480f17f218cf90 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Wed, 31 May 2023 22:53:20 +0200 Subject: use the new issue template format --- .github/ISSUE_TEMPLATE/bug_report.yml | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml (limited to '.github/ISSUE_TEMPLATE/bug_report.yml') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..4f655ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,43 @@ +name: Bug report +description: Create a bug report +labels: + - bug + +body: + - type: markdown + attributes: + value: | + A clear and concise description of what the bug is. + + - type: input + id: commit + attributes: + label: zig-sqlite commit + description: "The git commit of zig-sqlite" + validations: + required: true + + - type: input + id: zig_version + attributes: + label: Zig version + description: "The output of `zig version`" + placeholder: "0.11.0-dev.3335+3085e2af4" + validations: + required: true + + - type: textarea + id: repro + attributes: + label: Steps to reproduce + description: How can someone reproduce the problem you encountered ? Include a self-contained reproducer if possible + validations: + required: true + + - type: textarea + id: expected + attributes: + label: Expected behaviour + description: What did you expect to happen? + validations: + required: true -- cgit v1.2.3