Skip to content

Commit 5bd1d68

Browse files
authored
Merge pull request #8 from 10up/add/issue-templates
Add issue templates
2 parents acf1e75 + baa8308 commit 5bd1d68

3 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thank you for reporting a possible bug. Please fill in as much of the template below as you can. -->
11+
12+
**Describe the bug**
13+
<!-- A clear and concise description of what the bug is. -->
14+
15+
**Steps to Reproduce**
16+
<!-- Steps to reproduce the behavior. -->
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
<!-- A clear and concise description of what you expected to happen. -->
24+
25+
**Additional context**
26+
<!-- Add any other context about the problem here. -->
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "\U0001F680 Enhancement"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thank you for suggesting an idea to make things better. Please fill in as much of the template below as you can. -->
11+
12+
**Is your enhancement related to a problem? Please describe.**
13+
<!-- Please describe the problem you are trying to solve. -->
14+
15+
**Describe the solution you'd like**
16+
<!-- Please describe the desired behavior. -->
17+
18+
**Designs**
19+
<!-- If applicable, add mockups/screenshots/etc. to help explain your solution. -->
20+
21+
**Describe alternatives you've considered**
22+
<!-- Please describe alternative solutions or features you have considered. -->
23+
24+
**Additional context**
25+
<!-- Add any other context about the enhancement here. -->

.github/ISSUE_TEMPLATE/3-help.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "❓ Need help?"
3+
about: Ask us a question, we're here to help!
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!-- If you have a question that is neither a bug report nor an enhancement, then please post it here! Please fill in as much of the template below as you can. -->
11+
12+
**Describe your question**
13+
<!-- A clear and concise description of what your question is. -->

0 commit comments

Comments
 (0)