-
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 #31 from RapidField/support/0027_issue-templates
Support/0027 issue templates
- Loading branch information
Showing
4 changed files
with
49 additions
and
86 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,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
name: Defect report | ||
about: Create an issue to report an observed defect. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
labels: 'Category-Defect, Stage0-New' | ||
assignees: adamjstone | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
## Defect Report | ||
|
||
### Overview | ||
|
||
Replace this with a clear, consise description of the problem. | ||
|
||
### Reproduction steps | ||
|
||
Follow the instructions below, in order, to reproduce the observed behavior. | ||
|
||
1. Briefly state the first step. | ||
2. And the second step. | ||
3. And so on... | ||
|
||
### Observed (defective) behavior | ||
|
||
Explain what went wrong. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
### Expected (correct) behavior | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
Describe what should have happened. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
### System information | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
* Solid Instruments version: [eg. v1.0.0] | ||
* Processor architecture: [eg. x64] | ||
* Operating system: [eg. Windows Server 2016] | ||
|
||
**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 information | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
Provide any other information that might be relevant. |
This file was deleted.
Oops, something went wrong.
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,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
about: Suggest a new feature. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
labels: 'Category-Feature, Stage0-New' | ||
assignees: adamjstone | ||
--- | ||
|
||
**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 [...] | ||
## Feature Request | ||
|
||
### Overview | ||
|
||
Replace this with a clear, consise description of the desired functionality. | ||
|
||
### Statement of Work | ||
|
||
The following list describes the work to be done and defines acceptance criteria for the feature. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
1. Briefly describe the first requirement. | ||
2. And the second requirement. | ||
3. And so on... | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
### Additional Information | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
Provide any other information that might be relevant. |
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