-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from humanmade/issue-templates-update-2
Issue templates update 2
- Loading branch information
Showing
5 changed files
with
48 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
- [ ] ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
||
--- |