Skip to content

Commit e0bec95

Browse files
authored
Update issue templates
1 parent fc19d4f commit e0bec95

File tree

5 files changed

+84
-1
lines changed

5 files changed

+84
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Blank Template
3+
about: Create a new issue from scratch
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

.github/ISSUE_TEMPLATE/spike.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

.github/ISSUE_TEMPLATE/task.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

.github/ISSUE_TEMPLATE/user-story.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 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
44
title: ''
55
labels: User Story
66
assignees: ''

0 commit comments

Comments
 (0)