We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1991a65 commit 3e8de4cCopy full SHA for 3e8de4c
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,29 @@
1
+name: Bug report
2
+description: Report a reproducible issue
3
+title: "[Bug]: "
4
+labels:
5
+ - bug
6
+body:
7
+ - type: textarea
8
+ id: summary
9
+ attributes:
10
+ label: Summary
11
+ description: What happened and what did you expect?
12
+ validations:
13
+ required: true
14
15
+ id: steps
16
17
+ label: Steps to Reproduce
18
+ description: Include exact steps, inputs, and environment.
19
+ placeholder: |
20
+ 1. Go to ...
21
+ 2. Run ...
22
+ 3. Observe ...
23
24
25
+ - type: input
26
+ id: version
27
28
+ label: Version/Commit
29
+ description: Affected version, tag, or commit SHA.
0 commit comments