mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
feat: zig-sqlite.
This commit is contained in:
44
zig-vendor/zig-sqlite/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
44
zig-vendor/zig-sqlite/.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
name: Bug report
|
||||
description: Create a bug report
|
||||
labels:
|
||||
- bug
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
# A bug means something doesn't work as expected
|
||||
Remember to include as much detail as possible.
|
||||
|
||||
- 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
|
||||
Reference in New Issue
Block a user