You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/RUNNING-ISSUE-FORM.yml
+3-34Lines changed: 3 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -17,43 +17,12 @@ body:
17
17
options:
18
18
- 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
19
19
required: true
20
-
- type: dropdown
20
+
- type: input
21
21
id: sonic-pi-version
22
22
attributes:
23
23
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' ..."
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/STARTUP-ISSUE-FORM.yml
+3-34Lines changed: 3 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -17,43 +17,12 @@ body:
17
17
options:
18
18
- 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
19
19
required: true
20
-
- type: dropdown
20
+
- type: input
21
21
id: sonic-pi-version
22
22
attributes:
23
23
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' ..."
0 commit comments