We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0054083 commit d6a8ec5Copy full SHA for d6a8ec5
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,34 @@
1
+name: Bug report
2
+description: Report an issue with a prompt or automation
3
+title: "[Bug]: "
4
+labels: ["bug"]
5
+body:
6
+ - type: textarea
7
+ id: problem
8
+ attributes:
9
+ label: What went wrong?
10
+ description: Describe the issue clearly
11
+ validations:
12
+ required: true
13
+
14
+ - type: input
15
+ id: file
16
17
+ label: File path
18
+ placeholder: prompts/general/coding.md
19
20
+ required: false
21
22
23
+ id: expected
24
25
+ label: Expected behavior
26
27
28
29
30
+ id: actual
31
32
+ label: Actual behavior
33
34
0 commit comments