Skip to content

Commit 81edae5

Browse files
Added issue templates for user story and bug
1 parent a76bb36 commit 81edae5

File tree

2 files changed

+97
-0
lines changed

2 files changed

+97
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: User Story
3+
about: File a feature request in the form of a User Story
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# User Story
11+
12+
## Card
13+
14+
*Describe the problem to be solved here. Formulate it using the following schema:*
15+
16+
> As a [persona], I [want to], [so that].
17+
18+
## Confirmation
19+
20+
*List one or more acceptance criteria with which to confirm that the problem has been solved.*
21+
22+
### QA Hints
23+
24+
*If necessary, give some hints for the QA how to setup the scenario or how to check the points of the confirmation.*
25+
26+
# Development
27+
28+
## Links
29+
30+
*Any links that help explain the problem or the desired solution, e.g.:*
31+
- *Customer Tickets*
32+
- *External Specifications*
33+
- *Documentation*
34+
35+
## Hints
36+
37+
*Any tips for the developer how to implement the solution.*
38+
39+
## Progress
40+
41+
- *List all pull requests that created to implement the solution*
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Bug Report
11+
12+
*A clear and concise description of what the bug is.*
13+
14+
## Steps To Reproduce
15+
16+
*Steps to reproduce the behavior:*
17+
18+
1. ...
19+
20+
## Expected behavior
21+
22+
*A clear and concise description of what you expected to happen.*
23+
24+
## Screenshots
25+
26+
*If applicable, add screenshots to help explain your problem.*
27+
28+
## System Environment and Configuration
29+
30+
*A description of the system the error appeared on with any details of the environment and/or configuration that may be helpful.*
31+
32+
## Links
33+
34+
- *Links to customer tickets.*
35+
- *Any links to external content that is relevant to the bug, e.g. feature or interface documentation.*
36+
37+
## Additional context
38+
39+
*Add any other context about the problem here.*
40+
41+
# Development
42+
43+
## Links
44+
45+
*Any links that help explain the problem or the desired solution, e.g.:*
46+
- *Customer Tickets*
47+
- *External Specifications*
48+
- *Documentation*
49+
50+
## Hints
51+
52+
*Any tips for the developer how to implement the solution.*
53+
54+
## Progress
55+
56+
- *List all pull requests that created to implement the solution*

0 commit comments

Comments
 (0)