Skip to content

Commit d6a8ec5

Browse files
Create bug-report.yml for issue reporting
Add a bug report template for issue tracking
1 parent 0054083 commit d6a8ec5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
attributes:
17+
label: File path
18+
placeholder: prompts/general/coding.md
19+
validations:
20+
required: false
21+
22+
- type: textarea
23+
id: expected
24+
attributes:
25+
label: Expected behavior
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: actual
31+
attributes:
32+
label: Actual behavior
33+
validations:
34+
required: true

0 commit comments

Comments
 (0)