Skip to content

Commit 4d1ece1

Browse files
committed
Update issue templates
Created issue templates in response to issue `DenverCoder1#229`
1 parent 36e67ee commit 4d1ece1

File tree

4 files changed

+77
-61
lines changed

4 files changed

+77
-61
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+34-36
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
4-
title: ""
5-
labels: "bug"
6-
assignees: ""
7-
---
8-
9-
**Describe the bug**
10-
A clear and concise description of what the bug is.
11-
12-
**To Reproduce**
13-
Steps to reproduce the behavior:
14-
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
3+
about: Create a bug report to help us improve
4+
title: "[bug]"
5+
labels: bug
6+
assignees: ''
227

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
28-
- OS: [e.g. iOS]
29-
- Browser [e.g. chrome, safari]
30-
- Version [e.g. 22]
31-
32-
**Smartphone (please complete the following information):**
33-
34-
- Device: [e.g. iPhone6]
35-
- OS: [e.g. iOS8.1]
36-
- Browser [e.g. stock browser, safari]
37-
- Version [e.g. 22]
8+
---
389

39-
**Additional context**
40-
Add any other context about the problem here.
10+
name: 🐛 Bug
11+
description: Submit a bug report to help us improve
12+
title: "🐛 Bug: "
13+
labels: ["bug"]
14+
body:
15+
- type: markdown
16+
attributes:
17+
value: Thanks for taking the time to fill out our bug report form 🙏
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Description
22+
description: A brief description of the bug. What happened? What did you expect to happen?
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: steps
27+
attributes:
28+
label: Steps to reproduce
29+
description: How do you trigger this bug? Please walk us through it step by step.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: screenshots
34+
attributes:
35+
label: Screenshots
36+
description: Please add screenshots if applicable
37+
validations:
38+
required: false
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: Feature Request
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
name: 🚀 Feature Request
11+
description: Submit a proposal for a new feature or enhancement
12+
title: "🚀 Feature: "
13+
labels: ["feature"]
14+
body:
15+
- type: markdown
16+
attributes:
17+
value: Thanks for taking the time to fill out our feature request form 🙏
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Description
22+
description: Description of the proposed feature or enhancement. Why should this be implemented?
23+
validations:
24+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

-19
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
---
22
name: Question
33
about: I have a question about this project
4-
title: ""
5-
labels: "question"
6-
assignees: ""
7-
---
4+
title: Question
5+
labels: question
6+
assignees: ''
87

9-
**Description**
8+
---
109

11-
A brief description of the question or issue:
10+
name: ❓ Question
11+
description: Ask a question about the project
12+
title: "❓ Question: "
13+
labels: ["question"]
14+
body:
15+
- type: markdown
16+
attributes:
17+
value: Thanks for taking the time to ask a question! 🙏
18+
- type: textarea
19+
id: description
20+
attributes:
21+
label: Description
22+
description: Description of the question. What would you like to know?
23+
validations:
24+
required: true

0 commit comments

Comments
 (0)