Skip to content

Commit

Permalink
Merge pull request #34 from humanmade/issue-templates-update-2
Browse files Browse the repository at this point in the history
Issue templates update 2
  • Loading branch information
roborourke authored Jul 28, 2020
2 parents 04d1477 + 0aab955 commit 92dfb56
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 38 deletions.
36 changes: 10 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@
---
name: Bug report
about: Create a report to help us improve
title: ":bug: "
title:
labels: bug
assignees: ''
assignees:

---

**Describe the bug**
A clear and concise description of what the bug is.
<!-- Please describe the bug you're experiencing, along with clear steps to reproduce the bug: -->

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Steps to reproduce:
1.

**Expected behavior**
A clear and concise description of what you expected to happen.
<!-- Describe what you expected to see: -->

**Screenshots**
If applicable, add screenshots to help explain your problem.
<!-- Screenshots are helpful too if the bug is visual: -->

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
<!-- We'll fill out these as the issue develops, but feel free to add initial thoughts if you'd like: -->
Acceptance criteria:

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
- [ ] ...
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Documentation bug report
about: Help us improve the documentation by keeping it typo-free and up to date
title:
labels: bug, documentation
assignees:

---

<!-- Please quote the typo, grammatical error, incorrect or out of date documentation: -->

<!-- Please add a link to the relevant documentation in this repo: -->

<!-- If you have a suggested correction please add it here: -->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/docs_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Documentation enhancement request
about: Suggest an improvement for this module's documentation
title:
labels: enhancement, documentation
assignees:

---

<!-- Please describe what we could do to enhance the documentation and make it more helpful: -->

<!-- If you have any specific suggestions on ways that we could address this issue, please outline those: -->
16 changes: 4 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
---
name: Feature request
about: Suggest an idea for this module
title: ":thought_balloon: "
title:
labels: enhancement
assignees: ''
assignees:

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
<!-- Please describe what issues you would like Altis to address. This should include enough detail to describe to someone who doesn't know the specifics of your project. -->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
<!-- If you have any specific suggestions on ways that we could address this issue, please outline those: -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Question
about: Ask us anything, preferably related to this repo!
title:
labels: question
assignees:

---

0 comments on commit 92dfb56

Please sign in to comment.