Skip to content

Commit c4da9a7

Browse files
Feat: Add github issue template
1 parent 2c927a1 commit c4da9a7

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 🐛 Bug Report
2+
description: Report a reproducible bug or regression in IITJ Faamily Tree.
3+
labels: ['bug']
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
- type: dropdown
12+
id: os
13+
attributes:
14+
label: "Operating system"
15+
multiple: false
16+
options:
17+
- "Windows"
18+
- "macOS"
19+
- "Linux"
20+
- "Android"
21+
- "iOS"
22+
validations:
23+
required: true
24+
25+
26+
- type: textarea
27+
id: current
28+
attributes:
29+
label: Current behaviour
30+
description: Include screenshots or video recordings for UI problems if needed.
31+
placeholder: |
32+
1. This
33+
2. Then that
34+
3. Then this
35+
4. Etc.
36+
37+
- type: textarea
38+
id: expected
39+
attributes:
40+
label: Expected behaviour
41+
description: What did you expect to do?
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 🚀 Feature Request
2+
description: Suggest an enhancement to this project.
3+
labels:
4+
- 'type: enhancement'
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Describe the request
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: additional
15+
attributes:
16+
label: Additional context
17+
description: Add any additional information here.
18+
validations:
19+
required: false
20+

0 commit comments

Comments
 (0)