Skip to content

Commit 6ea9f08

Browse files
committed
Improve the issue templates
1 parent 04145a7 commit 6ea9f08

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,19 @@ body:
1111
- type: input
1212
id: version
1313
attributes:
14-
label: Version
15-
description: What version of B2S Server are you using? Please confirm the same behaviour in the latest release!
14+
label: What version of B2S Server are you using?
15+
description: Please confirm the same behaviour in the latest release from https://github.com/vpinball/b2s-backglass/releases
1616
placeholder: 2.1.2
1717
validations:
1818
required: true
19+
- type: input
20+
id: vpxversion
21+
attributes:
22+
label: Can the bug depend on a certain VPX or VPM version?
23+
description: What version of Visual Pinball and PinMAME are you using?
24+
placeholder: VPX 10.8.0-2050-186f2fc / VPM 3.6.0-1209-7915412
25+
validations:
26+
required: false
1927
- type: textarea
2028
id: steps
2129
attributes:
@@ -25,14 +33,15 @@ body:
2533
Steps to reproduce the behavior:
2634
1. Go to ...
2735
2. Click on ...
28-
3. See error screenshot
36+
3. URL to discussions in the community forums at vpuniverse or vpforums
37+
4. Add error screenshot
2938
validations:
3039
required: true
3140
- type: textarea
3241
id: expected
3342
attributes:
3443
label: Expected behavior and solution proposal ✅
35-
description: A clear and concise description of what you expected to happen.
44+
description: A clear and concise description of what you expect to happen. Do you have any idea how it can be solved?
3645
validations:
3746
required: false
3847
- type: textarea
@@ -41,3 +50,5 @@ body:
4150
label: Relevant log output
4251
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
4352
render: shell
53+
validations:
54+
required: false

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ body:
1111
- type: input
1212
id: version
1313
attributes:
14-
label: Version
15-
description: What version of B2S Server are you using? Please confirm the same behaviour in the latest release!
14+
label: What version of B2S Server are you using?
15+
description: Please confirm the same behaviour in the latest release from https://github.com/vpinball/b2s-backglass/releases
1616
placeholder: 2.1.2
1717
validations:
1818
required: true
@@ -25,13 +25,14 @@ body:
2525
Steps to reproduce the your problem:
2626
1. Go to ...
2727
2. Click on ...
28-
3. See screenshot
28+
3. URL to discussions in the community forums at vpuniverse or vpforums
29+
4. Add descriptive screenshot
2930
validations:
3031
required: false
3132
- type: textarea
3233
id: solution
3334
attributes:
3435
label: Expected behavior and solution proposal ✅
35-
description: A clear and concise description of what you expected to happen.
36+
description: A clear and concise description of what you expect to happen. Do you have any idea how it can be solved?
3637
validations:
3738
required: true

0 commit comments

Comments
 (0)