Skip to content

Commit 785c81d

Browse files
authored
Update issue templates
1 parent 2e3bc5e commit 785c81d

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Bug
3+
about: Issue for bugs
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
#### Problem description
11+
12+
#### Steps to reproduce
13+
14+
#### Expected behaviour
15+
16+
#### Screenshots if applicable

.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: Issue for epics
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
#### Description
11+
12+
#### Epic specification link
13+
14+
#### Issues in this epic:
15+
16+
- [ ] Issue 1
17+
- [ ] Issue 2

.github/ISSUE_TEMPLATE/story.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Story
3+
about: Issue for stories
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
#### Description
11+
12+
#### Epic specification link
13+
14+
#### Story specification link
15+
16+
#### Issues in this story:
17+
18+
- [ ] Issue 1
19+
- [ ] Issue 2

0 commit comments

Comments
 (0)