File tree Expand file tree Collapse file tree 5 files changed +84
-1
lines changed
Expand file tree Collapse file tree 5 files changed +84
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Blank Template
3+ about : Create a new issue from scratch
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+
Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug
3+ about : A bug in the code/app or undesireable behaviour that needs correction
4+ title : ' '
5+ labels : Bug
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the Bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** Expected Behaviour**
14+ A clear and concise description of what you expected to happen.
15+
16+ ** Actual Behaviour**
17+ A clear and concise description of what actually happens.
18+
19+ ** Steps To Reproduce**
20+ Steps to reproduce the behaviour:
21+ 1 . Go to '...'
22+ 2 . Click on '....'
23+ 3 . Scroll down to '....'
24+ 4 . See error
Original file line number Diff line number Diff line change 1+ ---
2+ name : Spike
3+ about : Research options prior to development work
4+ title : ' '
5+ labels : Spike
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Problem Description**
11+ ** In order to** (achieve some goal), (a system or persona) ** needs to** (some action).
12+
13+ ** Solution Needs**
14+ - Enter the non-negotiables of the solution (what are the needs vs. what are the wants)
15+
16+ ** Timebox**
17+ - How much effort are we committing to this research?
18+
19+ ** Outcome**
20+ Details describing the outcome of the research
21+ - Was it successful? What direction should the work go?
22+ - Was it unsuccessful? Discuss next steps with team
23+
24+ ** Additional Context**
25+ - enter text here
26+ - enter text here
Original file line number Diff line number Diff line change 1+ ---
2+ name : Task
3+ about : Any piece of work that does not directly affect the user
4+ title : ' '
5+ labels : Task
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the task**
11+ A clear and concise description of what the task is.
12+
13+ ** Purpose**
14+ The reason why this task is needed and/or what value it adds.
15+
16+ ** Acceptance Criteria**
17+ - [ ] first
18+ - [ ] second
19+ - [ ] third
20+
21+ ** Additional context**
22+ - Add any other context about the task here.
23+ - Or here
Original file line number Diff line number Diff line change 11---
22name : User Story
3- about : A new feature or something a user would try to accomplish with the app/software.
3+ about : A new feature or something a user would try to accomplish with the app/software
44title : ' '
55labels : User Story
66assignees : ' '
You can’t perform that action at this time.
0 commit comments