Skip to content

Commit 951b04c

Browse files
authored
chore: bugs issue template (#217)
1 parent 8d46f40 commit 951b04c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug report
2+
description: Use this template for reporting bugs. Please search existing issues first.
3+
labels: bug
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Brief summary
8+
validations:
9+
required: true
10+
- type: markdown
11+
attributes:
12+
value: '## Environment'
13+
- type: input
14+
attributes:
15+
label: k6 Studio version
16+
validations:
17+
required: true
18+
- type: input
19+
attributes:
20+
label: OS
21+
description: e.g. Windows 10, Arch Linux, macOS 11, etc.
22+
validations:
23+
required: true
24+
- type: markdown
25+
attributes:
26+
value: '## Detailed issue description'
27+
- type: textarea
28+
attributes:
29+
label: Steps to reproduce the problem
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Expected behaviour
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Actual behaviour
40+
validations:
41+
required: true

0 commit comments

Comments
 (0)