Skip to content

Commit 8833b3e

Browse files
authored
Update bug_report.md
1 parent 1a070e8 commit 8833b3e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ body:
1414
required: true
1515
- label: I have verified that my UTMStack version is up-to-date
1616
required: true
17-
1817
- type: textarea
1918
id: description
2019
attributes:
2120
label: Describe the bug
2221
description: What is the problem? A clear and concise description of the bug.
2322
validations:
2423
required: true
25-
2624
- type: checkboxes
2725
id: regression
2826
attributes:
@@ -32,16 +30,14 @@ body:
3230
options:
3331
- label: Select this option if this issue appears to be a regression.
3432
required: false
35-
3633
- type: textarea
3734
id: expected
3835
attributes:
3936
label: Expected Behavior
4037
description: |
4138
What did you expect to happen?
4239
validations:
43-
required: true
44-
40+
required: true
4541
- type: textarea
4642
id: current
4743
attributes:
@@ -53,7 +49,6 @@ body:
5349
If service responses are relevant, please include wire logs.
5450
validations:
5551
required: true
56-
5752
- type: textarea
5853
id: reproduction
5954
attributes:
@@ -62,16 +57,14 @@ body:
6257
Provide concise steps that can be used to reproduce the issue.
6358
validations:
6459
required: true
65-
6660
- type: textarea
6761
id: solution
6862
attributes:
6963
label: Possible Solution
7064
description: |
7165
Suggest a fix/reason for the bug
7266
validations:
73-
required: false
74-
67+
required: false
7568
- type: textarea
7669
id: context
7770
attributes:
@@ -80,7 +73,6 @@ body:
8073
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
8174
validations:
8275
required: false
83-
8476
- type: input
8577
id: utmstack-version
8678
attributes:
@@ -89,21 +81,18 @@ body:
8981
Please provide your current UTMStack version.
9082
validations:
9183
required: true
92-
9384
- type: input
9485
id: operating-system
9586
attributes:
9687
label: Operating System and version
9788
validations:
9889
required: true
99-
10090
- type: input
10191
id: hypervisor
10292
attributes:
10393
label: Hypervisor and version
10494
validations:
10595
required: true
106-
10796
- type: input
10897
id: browser
10998
attributes:

0 commit comments

Comments
 (0)