-
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.
- Loading branch information
1 parent
7357bfc
commit 13cb942
Showing
4 changed files
with
50 additions
and
52 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,19 +1,17 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve | ||
title: '🐛: <title>' | ||
title: "🐛: <app> - <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,14 @@ | ||
--- | ||
name: 🧹⬆ Bump dependencies | ||
about: Create a report to help us improve | ||
title: "🧹⬆ Bump dependencies" | ||
labels: chore | ||
assignees: '' | ||
--- | ||
|
||
## Description | ||
Bump all dependencies | ||
|
||
The devDependencies is less important | ||
|
||
|
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,24 +1,17 @@ | ||
--- | ||
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 | ||
--- | ||
name: 🎁 Enhancement report | ||
about: Create a report to help us improve | ||
title: '🎁: <app> - <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 --> |
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,24 +1,17 @@ | ||
--- | ||
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 | ||
--- | ||
name: ✨ Feature report | ||
about: Create a report to help us improve | ||
title: '✨: <app> - <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 --> |