Skip to content

Commit fd325dc

Browse files
Ribhav HoraRibhav Hora
authored andcommitted
Add issue templates for bug reports and feature requests
1 parent 3ce3898 commit fd325dc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 🐛 Bug report
2+
description: Report a problem or unexpected behavior
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
id: what-happened
7+
attributes:
8+
label: What happened?
9+
description: Tell us what went wrong.
10+
placeholder: Describe the bug here.
11+
validations:
12+
required: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 💡 Feature request
2+
description: Suggest an idea for improvement
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
id: idea
7+
attributes:
8+
label: Describe your idea
9+
description: What would make the project better?
10+
placeholder: Describe your feature request here.
11+
validations:
12+
required: true

0 commit comments

Comments
 (0)