Skip to content

Commit d853d37

Browse files
committed
Add issue templates
0 parents  commit d853d37

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: A new issue found during QA
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Steps to reproduce
11+
12+
1. Go to '....'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
17+
### Expected behavior
18+
19+
- A clear and concise description of what you expected to happen.
20+
21+
### Screenshots
22+
23+
- If applicable, add screenshots or screen recordings to help explain the issue.
24+
25+
### Device and version details
26+
27+
- Android or iOS, device name, OS or browser version, and app version/build number.
28+
29+
### Additional context
30+
31+
- Add any other context about the problem here.

.github/ISSUE_TEMPLATE/user_story.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: User story
3+
about: A new feature
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
_Add the user story itself here_
11+
12+
### Functional requirements
13+
14+
- Copy from the requirements doc
15+
16+
### Technical requirements
17+
18+
- Copy from the requirements doc
19+
20+
### Assets
21+
22+
- Link to asset files or directly include screenshots
23+
24+
### Test Cases
25+
26+
- Add test cases for QA to test

0 commit comments

Comments
 (0)