Skip to content

Commit 2de32fe

Browse files
authored
chore: change from text to comment on issues templates (#5113)
## 📄 Description Updated issues template for feature request and bug report to have comments instead of text in sections
1 parent 6bd6196 commit 2de32fe

File tree

2 files changed

+32
-19
lines changed

2 files changed

+32
-19
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+20-11
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,44 @@ labels: "\U0001F41E bug"
66
assignees: ''
77
---
88

9-
**Describe the bug**
10-
A clear and concise description of what the bug is.
9+
### 🐞 Describe the bug
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
### 🛠️ To Reproduce
1114

12-
**To Reproduce**
1315
Steps to reproduce the behavior:
1416

1517
1. Go to '...'
1618
2. Click on '....'
1719
3. Scroll down to '....'
1820
4. See error
1921

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22+
### ✨ Expected behavior
23+
24+
<!-- A clear and concise description of what you expected to happen. -->
25+
26+
### 📷 Screenshots
2227

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
28+
<!-- If applicable, add screenshots to help explain your problem. -->
2529

26-
**Desktop (please complete the following information):**
30+
### 💻 Desktop
31+
32+
<!-- Please complete the following information -->
2733

2834
- OS: [e.g. iOS]
2935
- Browser [e.g. chrome, safari]
3036
- Version [e.g. 22]
3137

32-
**Smartphone (please complete the following information):**
38+
### 📱 Smartphone
39+
40+
<!-- Please complete the following information -->
3341

3442
- Device: [e.g. iPhone6]
3543
- OS: [e.g. iOS8.1]
3644
- Browser [e.g. stock browser, safari]
3745
- Version [e.g. 22]
3846

39-
**Additional context**
40-
Add any other context about the problem here.
47+
### 🔗 Additional context
48+
49+
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/feature_request.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ labels: '✨ feature'
66
assignees: ''
77
---
88

9-
**Is your feature request related to a problem? Please describe it.**
10-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
### ✨ Is your feature request related to a problem? Please describe it.
1110

12-
**Describe the solution you'd like**
13-
A clear and concise description of what you want to happen.
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
1412

15-
**Describe alternatives you've considered**
16-
A clear and concise description of any alternative solutions or features you've considered.
13+
### 💡 Describe the solution you'd like
1714

18-
**Additional context**
19-
Add any other context or screenshots about the feature request here.
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
### 🔄 Describe alternatives you've considered
18+
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
21+
### 🔗 Additional context
22+
23+
<!-- Add any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)