Skip to content

Commit 105d1d7

Browse files
committed
Add task templates
1 parent 8c8de1c commit 105d1d7

2 files changed

Lines changed: 80 additions & 0 deletions

File tree

.gitlab/issue_templates/Bug.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!---
2+
Before opening this issue, please search existing issues with the "bug" label
3+
to make sure it isn't already reported.
4+
--->
5+
6+
### Summary
7+
8+
<!---
9+
Summarize the bug in a sentence or two.
10+
--->
11+
12+
### Steps to reproduce
13+
14+
<!---
15+
List the exact steps to trigger the bug, as a numbered list. Mention whether it
16+
happens every time or only sometimes.
17+
--->
18+
19+
### Platform information
20+
21+
<!---
22+
Tell us where you saw this: web or native app, browser and version, device and OS,
23+
app version, and screen size if it looks layout-related.
24+
--->
25+
26+
### What is the current *bug* behavior?
27+
28+
<!---
29+
Describe what actually happens.
30+
--->
31+
32+
### What is the expected *correct* behavior?
33+
34+
<!---
35+
Describe what you expected to happen instead.
36+
--->
37+
38+
### Relevant logs and/or screenshots
39+
40+
<!---
41+
Add screenshots and paste any console or server logs. Wrap logs in code blocks (```)
42+
so they stay readable.
43+
--->
44+
45+
### Possible fixes
46+
47+
<!---
48+
Optional: if you have a hunch, link to the line of code that might be responsible.
49+
--->
50+
51+
/label ~"bug"

.gitlab/issue_templates/Default.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Goal
2+
3+
<!---
4+
State what we want to achieve and why it matters.
5+
--->
6+
7+
8+
## What needs to be done
9+
10+
<!---
11+
Outline the work required to reach the goal above. Break it into tasks if it helps.
12+
--->
13+
14+
15+
## Acceptance Criteria
16+
17+
<!---
18+
List the conditions that must be true for this to be considered done. Make them
19+
concrete enough that anyone can verify them.
20+
--->
21+
22+
- [ ] ...
23+
24+
25+
## Definition of Ready Checklist
26+
27+
- [ ] Acceptance criteria
28+
- [ ] Weighted
29+

0 commit comments

Comments
 (0)