-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: template standardization (#480)
* chore: template standardization * Prettified Code! --------- Co-authored-by: ken-mellem <ken-mellem@users.noreply.github.com>
- Loading branch information
1 parent
3dd67d2
commit 24a0422
Showing
3 changed files
with
67 additions
and
0 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,19 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve | ||
title: '🐛: <title>' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
## Description | ||
|
||
<!-- Short description --> | ||
|
||
## Reproduce | ||
|
||
<!-- Steps to reproduce - Add relevant screenshots --> | ||
|
||
## Expected behavior | ||
|
||
<!-- Avoid ambiguity --> |
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,24 @@ | ||
--- | ||
name: 🎁 Enhancement report | ||
about: Create a report to help us improve | ||
title: '🎁: <title>' | ||
labels: feature | ||
assignees: '' | ||
--- | ||
|
||
## Expected outcome | ||
|
||
<!-- Short description --> | ||
|
||
## Business Value / Developer Experience | ||
|
||
<!-- Should give motivation for prioritization. | ||
Outcome measurement of delivered value. --> | ||
|
||
## Acceptance Criteria | ||
|
||
<!-- How to test --> | ||
|
||
- [ ] when selecting | ||
- [ ] items which covers | ||
- [ ] the expected outcome |
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,24 @@ | ||
--- | ||
name: ✨: Feature report | ||
about: Create a report to help us improve | ||
title: "✨: <title>" | ||
labels: feature | ||
assignees: '' | ||
--- | ||
|
||
## Expected outcome | ||
|
||
<!-- Short description --> | ||
|
||
## Business Value / Developer Experience | ||
|
||
<!-- Should give motivation for prioritization. | ||
Outcome measurement of delivered value. --> | ||
|
||
## Acceptance Criteria | ||
|
||
<!--> How to test --> | ||
|
||
- [ ] list | ||
- [ ] items which covers | ||
- [ ] the expected outcome |