Skip to content

Commit 4121d7c

Browse files
committed
update issue templates
1 parent 4247fdc commit 4121d7c

File tree

4 files changed

+41
-34
lines changed

4 files changed

+41
-34
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,29 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
name: 🐛 Bug report
3+
about: If something isn't working as expected 🤔.
44
title: ''
55
labels: 'bug'
66
assignees: ''
7-
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
9+
<!--A clear and concise description of what the bug is.-->
10+
When I...
1211

1312
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
13+
<!--Steps to reproduce the behavior:
14+
-->
15+
1.
1916

2017
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
18+
<!--A clear and concise description of what you expected to happen.-->
2219

2320
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
21+
<!--If applicable, add screenshots to help explain your problem.-->
2522

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
23+
**Context**
3024

31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
25+
- Version:
26+
- Browser:
3627

3728
**Additional context**
38-
Add any other context about the problem here.
29+
<!--Add any other context about the problem here.-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
# contact_links:
3+
# - name: Samuel Gratzl
4+
# url: https://www.sgratzl.com
5+
# about: Please ask and answer questions here.
Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
---
2-
name: Feature request
2+
name: 🚀 Feature Request
33
about: Suggest an idea for this project
44
title: ''
55
labels: 'enhancement'
66
assignees: ''
7-
87
---
98

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12-
13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
9+
<!--A clear and concise description of what feature you are missing.-->
10+
It would be great if ...
1511

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
12+
**User story**
13+
<!--Describe your problem, feature you are missing, and how you image to look like.-->
1814

1915
**Additional context**
20-
Add any other context or screenshots about the feature request here.
16+
<!--Add any other context or screenshots about the feature request here.-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
---
2-
name: Question
2+
name: 🤗 Question
33
about: ask question about the library (usage, features,...)
44
title: ''
55
labels: 'question'
66
assignees: ''
7-
87
---
98

9+
<!--
10+
A clear and concise description of what your question is.
11+
If possible add a CodePen or CodeSandbox link to illustrate your problem
12+
-->
13+
I'm having the following question...
14+
15+
**Screenshots / Sketches**
16+
<!--If applicable, add screenshots or sketches to help explain your question.-->
17+
18+
**Context**
19+
20+
- Version:
21+
- Browser:
22+
23+
**Additional context**
24+
<!--Add any other context about the question here.-->

0 commit comments

Comments
 (0)