Skip to content

Commit 42060f5

Browse files
authored
Merge pull request #2301 from weaveworks/acceptnace-docs
Make issue templates more readable
2 parents 8179f0a + 2acac6b commit 42060f5

File tree

3 files changed

+37
-20
lines changed

3 files changed

+37
-20
lines changed

.github/ISSUE_TEMPLATE/acceptance_bug_report.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ assignees: ''
77

88
---
99

10+
<!-- which wge story/feature was being verified and which branch contains the changes. -->
1011
**WGE Story/Feature:**
11-
- which wge story/feature was being verified and which branch contains the changes
12+
1213

1314
**Priority**
1415
- low
@@ -19,21 +20,27 @@ assignees: ''
1920
- low
2021
- medium
2122
- high
23+
- critical
2224

25+
<!-- A clear and concise description of what the bug is. -->
2326
**Describe the bug**
24-
A clear and concise description of what the bug is.
2527

28+
29+
<!-- Steps to reproduce the behaviour. -->
2630
**To Reproduce**
27-
Steps to reproduce the behaviour:
2831

32+
33+
<!-- A clear and concise description of the resulting behaviour. -->
2934
**Actual behaviour**
30-
A clear and concise description of the resulting behaviour.
3135

36+
37+
<!-- A clear and concise description of what you expected to happen. -->
3238
**Expected behaviour**
33-
A clear and concise description of what you expected to happen.
3439

40+
41+
<!-- The url of the environment the feature was tested on. -->
3542
**Test Environment**
36-
The url of the environment the feature was tested on
3743

44+
45+
<!-- Add any other context about the problem here. -->
3846
**Additional context**
39-
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/regression_bug_report.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Kubernetes release:**
11-
- which kubernetes release
11+
1212

1313
**Priority**
1414
- low
@@ -19,18 +19,23 @@ assignees: ''
1919
- low
2020
- medium
2121
- high
22+
- critical
2223

24+
<!-- A clear and concise description of what the bug is. -->
2325
**Describe the bug**
24-
A clear and concise description of what the bug is.
2526

27+
28+
<!-- Steps to reproduce the behaviour. -->
2629
**To Reproduce**
27-
Steps to reproduce the behaviour:
2830

31+
32+
<!-- A clear and concise description of the resulting behaviour. -->
2933
**Actual behaviour**
30-
A clear and concise description of the resulting behaviour.
3134

35+
36+
<!-- A clear and concise description of what you expected to happen. -->
3237
**Expected behaviour**
33-
A clear and concise description of what you expected to happen.
38+
3439

3540
**Cloud provider:**
3641
- AWS
@@ -40,5 +45,5 @@ A clear and concise description of what you expected to happen.
4045
- VMware
4146
- LiquidMetal
4247

48+
<!-- Add any other context about the problem here. -->
4349
**Additional context**
44-
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/release_bug_report.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ assignees: ''
88
---
99

1010
**WGE release:**
11-
- which wge release
11+
1212

1313
**Kubernetes release:**
14-
- which kubernetes release
14+
1515

1616
**Priority**
1717
- low
@@ -22,18 +22,23 @@ assignees: ''
2222
- low
2323
- medium
2424
- high
25+
- ctritical
2526

27+
<!-- A clear and concise description of what the bug is. -->
2628
**Describe the bug**
27-
A clear and concise description of what the bug is.
2829

30+
31+
<!-- Steps to reproduce the behaviour. -->
2932
**To Reproduce**
30-
Steps to reproduce the behaviour:
3133

34+
35+
<!-- A clear and concise description of the resulting behaviour. -->
3236
**Actual behaviour**
33-
A clear and concise description of the resulting behaviour.
3437

38+
39+
<!-- A clear and concise description of what you expected to happen. -->
3540
**Expected behaviour**
36-
A clear and concise description of what you expected to happen.
41+
3742

3843
**Cloud provider:**
3944
- AWS
@@ -43,5 +48,5 @@ A clear and concise description of what you expected to happen.
4348
- VMware
4449
- LiquidMetal
4550

51+
<!-- Add any other context about the problem here. -->
4652
**Additional context**
47-
Add any other context about the problem here.

0 commit comments

Comments
 (0)