Skip to content

Commit 2dfae38

Browse files
authored
#77: Add Business Value chapter to issue templates (#78)
* changed existing templates * added new templates for _operative assignment_, _epic_ and _spike_ * removed _question_ template * `MatloaItumeleng` added to CODEOWNERS
1 parent 171f08d commit 2dfae38

File tree

9 files changed

+85
-33
lines changed

9 files changed

+85
-33
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Zejnilovic @dk1844 @benedeki @lsulak @yruslan
1+
* @Zejnilovic @dk1844 @benedeki @lsulak @yruslan @MatloaItumeleng

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
labels: 'bug, priority: undecided'
5-
4+
labels: 'bug'
5+
type: 'Bug'
66
---
77

88
## Describe the bug
@@ -18,13 +18,12 @@ 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

24-
## Desktop (please complete the following information):
25-
- OS: [e.g. iOS]
26-
- Versions of libraries (Spark, Scala, ...)
27-
- Version [e.g. 22]
28-
2928
## Additional context
3029
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/epic.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Epic
3+
about: A larger task consisting of more deliverables
4+
labels: 'epic'
5+
type: 'Epic'
6+
---
7+
8+
## Background
9+
A clear and concise intro into the situation.
10+
11+
## Goal
12+
The goal that epic wants to achieve.
13+
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
labels: 'feature, under discussion, priority: undecided'
5-
4+
labels: 'enhancement'
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Create a release of vX.Y.0
3+
name: Release
4+
about: Create a release and release notes
5+
labels: 'documentation,infrastructure,no RN'
6+
type: 'Task'
7+
---
8+
9+
## Background
10+
Version vX.Y.0 can be released, including its release notes

.github/ISSUE_TEMPLATE/release_notes.md

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

.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)