Skip to content

Commit 2135b76

Browse files
authored
Create bug-report.yml
1 parent eb17738 commit 2135b76

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: "Bug Report"
2+
description: "Report a bug with the library template."
3+
title: "Describe the bug"
4+
labels: ["bug"]
5+
body:
6+
- type: textarea
7+
id: bug_description
8+
attributes:
9+
label: "Describe the bug"
10+
placeholder: "Provide a clear description of the bug."
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: steps_to_reproduce
15+
attributes:
16+
label: "Steps to reproduce"
17+
placeholder: "List the steps to reproduce the issue."
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: expected_behavior
22+
attributes:
23+
label: "Expected behavior"
24+
placeholder: "Describe what you expected to happen."
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: actual_behavior
29+
attributes:
30+
label: "Actual behavior"
31+
placeholder: "Describe what actually happened."
32+
validations:
33+
required: true

0 commit comments

Comments
 (0)