-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a042b82
commit 1c8076c
Showing
6 changed files
with
47 additions
and
1 deletion.
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 @@ | ||
* text eol=lf |
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,6 @@ | ||
Please switch to **Preview** and select one of the following links: | ||
|
||
* [Feature](?template=feature.md) | ||
* [Bug](?template=bug.md) | ||
|
||
Once switched to the correct template, you can save the link as a bookmark. Keep in mind that switching templates will remove all already entered data within this issue. |
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 @@ | ||
--- | ||
name: Bug Issue Template | ||
about: Report a bug | ||
title: '[BUG] <title>' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
<!-- Bug template !--> | ||
## Summary | ||
|
||
## Steps to reproduce | ||
|
||
## Environment |
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,20 @@ | ||
--- | ||
name: New Feature Issue Template | ||
about: Recommend a new feature | ||
title: '[FEATURE] <title>' | ||
labels: enhancement | ||
assignees: '' | ||
--- | ||
<!-- New feature template !--> | ||
## Story | ||
* **As a** | ||
* **I want** | ||
* **So that** | ||
|
||
## Acceptance Criteria | ||
|
||
- [ ] Does this | ||
- [ ] Does that | ||
- [ ] Is Amazing | ||
|
||
## Technical Details |
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,6 @@ | ||
## Summary | ||
|
||
## How was this tested | ||
- [ ] Added new unit tests | ||
- [ ] Ran code on hardware (screenshots are helpful) | ||
- [ ] Other (Please describe) |
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