-
Notifications
You must be signed in to change notification settings - Fork 3
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 #1 from Xorima/feature/updated-issues
Updated with Choices
- Loading branch information
Showing
4 changed files
with
90 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: Bug, Needs Triage | ||
assignees: '' | ||
--- | ||
|
||
## :speaking_head: Foreword | ||
|
||
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution. | ||
|
||
## :ghost: Brief Description | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
## Version | ||
|
||
[Version of the project installed] | ||
|
||
## Environment | ||
|
||
[Details about the environment such as the Operating System, cookbook details, etc...] | ||
|
||
## Scenario | ||
|
||
[What you are trying to achieve and you can't?] | ||
|
||
## Steps to Reproduce | ||
|
||
[If you are filing an issue what are the things we need to do in order to repro your problem?] | ||
|
||
example: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## Expected Result | ||
|
||
[What are you expecting to happen as the consequence of above reproduction steps?] | ||
|
||
## Actual Result | ||
|
||
[What actually happens after the reproduction steps?] | ||
|
||
## :heavy_plus_sign: Additional context | ||
|
||
Add any other context about the problem here. e.g. related issues or existing pull requests. |
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,27 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: Feature Request | ||
assignees: '' | ||
|
||
--- | ||
### :speaking_head: Foreword | ||
|
||
Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution. | ||
|
||
## :person_frowning: Problem Statement | ||
|
||
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...] | ||
|
||
## :grey_question: Possible Solution | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
## :arrow_heading_up: Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## :heavy_plus_sign: Additional context | ||
|
||
Add any other context about the problem here. e.g. related issues or existing pull requests. |
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,13 @@ | ||
# Description | ||
|
||
Describe what this change achieves | ||
|
||
## Issues Resolved | ||
|
||
List any existing issues this PR resolves | ||
|
||
## Check List | ||
|
||
- [ ] All tests pass. See TESTING.md for details. | ||
- [ ] New functionality includes testing. | ||
- [ ] New functionality has been documented in the README if applicable. |
This file was deleted.
Oops, something went wrong.