Skip to content

Commit b0adb41

Browse files
committed
GitHub - change the Sonic Pi version selectors to text inputs
This will reduce maintenance burden when new releases or Betas are produced.
1 parent bfc0ee3 commit b0adb41

File tree

2 files changed

+6
-68
lines changed

2 files changed

+6
-68
lines changed

.github/ISSUE_TEMPLATE/RUNNING-ISSUE-FORM.yml

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,12 @@ body:
1717
options:
1818
- label: I've read the [Sonic Pi troubleshooting guide](https://github.com/sonic-pi-net/sonic-pi/wiki/Troubleshooting-Issues) and followed its suggestions where relevant
1919
required: true
20-
- type: dropdown
20+
- type: input
2121
id: sonic-pi-version
2222
attributes:
2323
label: Sonic Pi Version
24-
description: |
25-
What version of Sonic Pi were you running?
26-
(Was it a release version, Beta, or a version you compiled from source yourself?)
27-
options:
28-
- Self compiled
29-
- v4.0-Beta5
30-
- v4.0-Beta4
31-
- v4.0-Beta3
32-
- v4.0-Beta2
33-
- v4.0-Beta1
34-
- v3.3.1
35-
- v3.3
36-
- v3.2.2
37-
- v3.2.1
38-
- v3.2
39-
- v3.1
40-
- v3.0.1
41-
- v3.0
42-
- v2.11.1
43-
- v2.11
44-
- v2.10
45-
- v2.9
46-
- v2.8
47-
- v2.7
48-
- v2.6
49-
- v2.5
50-
- v2.4
51-
- v2.3
52-
- v2.2
53-
- v2.1.1
54-
- v2.1
55-
- v2.0.1
56-
- v2.0
24+
description: "What version of Sonic Pi were you running? Was it a release version, Beta, or a version you compiled from source yourself?"
25+
placeholder: "Examples: 'v4.0-Beta5', 'self compiled dev build', 'v3.3.1' ..."
5726
validations:
5827
required: true
5928
- type: input

.github/ISSUE_TEMPLATE/STARTUP-ISSUE-FORM.yml

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,12 @@ body:
1717
options:
1818
- label: I've read the [Sonic Pi troubleshooting guide](https://github.com/sonic-pi-net/sonic-pi/wiki/Troubleshooting-Issues) and followed its suggestions where relevant
1919
required: true
20-
- type: dropdown
20+
- type: input
2121
id: sonic-pi-version
2222
attributes:
2323
label: Sonic Pi Version
24-
description: |
25-
What version of Sonic Pi were you running?
26-
(Was it a release version, Beta, or a version you compiled from source yourself?)
27-
options:
28-
- Self compiled
29-
- v4.0-Beta5
30-
- v4.0-Beta4
31-
- v4.0-Beta3
32-
- v4.0-Beta2
33-
- v4.0-Beta1
34-
- v3.3.1
35-
- v3.3
36-
- v3.2.2
37-
- v3.2.1
38-
- v3.2
39-
- v3.1
40-
- v3.0.1
41-
- v3.0
42-
- v2.11.1
43-
- v2.11
44-
- v2.10
45-
- v2.9
46-
- v2.8
47-
- v2.7
48-
- v2.6
49-
- v2.5
50-
- v2.4
51-
- v2.3
52-
- v2.2
53-
- v2.1.1
54-
- v2.1
55-
- v2.0.1
56-
- v2.0
24+
description: "What version of Sonic Pi were you running? Was it a release version, Beta, or a version you compiled from source yourself?"
25+
placeholder: "Examples: 'v4.0-Beta5', 'self compiled dev build', 'v3.3.1' ..."
5726
validations:
5827
required: true
5928
- type: input

0 commit comments

Comments
 (0)