Skip to content

Commit 3d5ddc6

Browse files
authored
Update and rename bug_report.md to bug_report.yml
1 parent b216fc3 commit 3d5ddc6

File tree

2 files changed

+73
-68
lines changed

2 files changed

+73
-68
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 68 deletions
This file was deleted.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: 🐛 Bug report
2+
description: Report a bug
3+
title: "Bug: "
4+
labels: ["bug"]
5+
projects: ["feathericons/1"]
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Description
11+
description: "Tell us more about the problem that you're running into."
12+
placeholder: "e.g. When I try to do X, Y happens instead of Z"
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: reproduce
17+
attributes:
18+
label: Steps to reproduce
19+
description: 'How can we reproduce the error you described above? Please provide a link to a live example, or steps to reproduce locally.'
20+
placeholder: |
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
validations:
26+
required: true
27+
- type: input
28+
id: version
29+
attributes:
30+
label: Version
31+
description: 'What version of `feather-icons` are you using?'
32+
placeholder: e.g. v4.29.0
33+
validations:
34+
required: false
35+
- type: dropdown
36+
id: browser
37+
attributes:
38+
label: Browser
39+
description: In which browser(s) are you experiencing the issue?
40+
multiple: true
41+
options:
42+
- Chrome
43+
- Safari
44+
- Firefox
45+
- Edge
46+
- iOS Safari
47+
- Other
48+
validations:
49+
required: false
50+
- type: dropdown
51+
id: os
52+
attributes:
53+
label: Operating system
54+
description: On which operating system(s) are you experiencing the issue?
55+
multiple: true
56+
options:
57+
- macOS
58+
- Windows
59+
- Linux
60+
- iOS
61+
- Android
62+
- Other
63+
validations:
64+
required: false
65+
- type: checkboxes
66+
id: checklist
67+
attributes:
68+
label: Checklist
69+
description: Please check the following items before submitting your issue.
70+
options:
71+
- label: I have searched the existing issues to make sure this bug has not already been reported.
72+
required: true
73+

0 commit comments

Comments
 (0)