Skip to content

Commit 5479d61

Browse files
authored
#141: Add Business Value chapter to issue templates (#143)
* changed existing templates * added new templates for _operative assignment_ and _spike_
1 parent 0bca895 commit 5479d61

File tree

7 files changed

+65
-26
lines changed

7 files changed

+65
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
labels: 'bug'
5-
5+
type: 'Bug'
66
---
77

88
## Describe the bug
@@ -18,6 +18,10 @@ Steps to reproduce the behavior OR commands run:
1818
## Expected behavior
1919
A clear and concise description of what you expected to happen.
2020

21+
## Business Value
22+
The business value of the requested bugfix.
23+
You can also refer to the reporting team to confirm that the issue has been fixed.
24+
2125
## Screenshots
2226
If applicable, add screenshots to help explain your problem.
2327

.github/ISSUE_TEMPLATE/epic.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Epic
33
about: A larger task consisting of more deliverables
44
labels: 'epic'
5-
5+
type: 'Epic'
66
---
77

88
## Background
@@ -11,8 +11,7 @@ A clear and concise intro into the situation.
1111
## Goal
1212
The goal that epic wants to achieve.
1313

14-
## Expected Task List [Optional]
15-
A list of expected issues that will be needed to achieve this Epic
16-
1.
17-
2.
18-
3.
14+
## Business Value
15+
The business value of achieving the goal.
16+
17+
[Add actionable subtasks or even epics]

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
labels: 'enhancement'
5-
5+
type: 'Feature'
66
---
77

88
## Background
@@ -11,6 +11,9 @@ A clear and concise description of where the limitation lies.
1111
## Feature
1212
A description of the requested feature.
1313

14+
## Business Value
15+
The business value of the requested feature.
16+
1417
## Example [Optional]
1518
A simple example if applicable.
1619

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Operative assignment
3+
about: Issue template for an assignment about setting up the project, it's management or documentation. Usually not touching the codebase.
4+
labels: 'infrastructure,no RN'
5+
type: 'Task'
6+
---
7+
8+
## The assignment
9+
10+
Short description of the assignment.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Release vX.Y.0
2+
title: Create a release of vX.Y.0
33
name: Release
4-
about: Create release notes
5-
labels: 'release'
6-
4+
about: Create a release and release notes
5+
labels: 'documentation,infrastructure,no RN'
6+
type: 'Task'
77
---
88

99
## Background
10-
Release branch for vX.Y.0.
10+
Version vX.Y.0 can be released, including its release notes

.github/ISSUE_TEMPLATE/spike.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Spike
3+
about: Issue template for spikes, research and investigation tasks
4+
labels: 'spike'
5+
type: 'Task'
6+
---
7+
8+
## Background
9+
A clear and concise description of the problem or a topic we need to understand.
10+
11+
Feel free to add information about why it's needed and what assumptions you have at the moment.
12+
13+
## Questions To Answer
14+
15+
1.
16+
2.
17+
3.
18+
19+
## Business Value
20+
The business value of the requested investigation.
21+
22+
## Desired Outcome
23+
The list of desired outcomes of this spike ticket.
24+
25+
### Tasks
26+
- [ ] Questions have been answered or we have a clearer idea of how to get to our goal
27+
- [ ] Discussion with the team
28+
- [ ] Documentation
29+
- [ ] Create recommendations and new implementation tickets
30+
- [ ] item here..
31+
32+
## Additional Info/Resources [Optional]
33+
34+
1.
35+
2.
36+
3.

0 commit comments

Comments
 (0)