Skip to content

Commit e1eccdc

Browse files
Merge pull request #41 from Niravprajapati1/add-issue-template
add: added issue template
2 parents a6e5bdb + cb47129 commit e1eccdc

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: 🐛 Bug
2+
3+
description: Report an issue to help improve the project.
4+
5+
labels: ["bug"]
6+
7+
body:
8+
9+
- type: textarea
10+
11+
id: description
12+
13+
attributes:
14+
15+
label: Description
16+
17+
description: A brief description of the question or issue, also include what you tried and what didn't work
18+
19+
validations:
20+
21+
required: true
22+
23+
- type: textarea
24+
25+
id: screenshots
26+
27+
attributes:
28+
29+
label: Screenshots
30+
31+
description: Please add screenshots if applicable
32+
33+
validations:
34+
35+
required: false
36+
37+
- type: textarea
38+
39+
id: extrainfo
40+
41+
attributes:
42+
43+
label: Additional information
44+
45+
description: Is there anything else we should know about this bug?
46+
47+
validations:
48+
49+
required: false
50+
51+
- type: markdown
52+
53+
attributes:
54+
55+
value: |
56+
57+
Feel free to check out other cool repositories of the [Fairfield Programming Association](https://github.com/fairfield-programming).

0 commit comments

Comments
 (0)