@@ -17,25 +17,29 @@ body:
1717 options :
1818 - Yes, and the problem still exists.
1919 - No, but I will try it!
20+ default : 0
2021 validations :
2122 required : true
2223
2324 - type : markdown
2425 attributes :
2526 value : |
26- ## Bug Description
27+ ## Bug Details
2728
2829 - type : textarea
2930 attributes :
3031 label : Bug Description
31- description : >-
32+ description : |
3233 Describe the bug in this section. Be clear and concise of the
33- problem and include as many details as possible.
34-
34+ problem and include as many details as possible.
3535 Use ` ```y ` before and ` ``` ` after (on its own line) when pasting formatted code.
3636 placeholder : |
37- A does B, supposed to do C.
38- X doesn't work.
37+ **Expected behavior:**
38+ A does B.
39+
40+ **Actual behavior:**
41+ A does C,
42+ Now X doesn't work.
3943
4044 Please describe the steps needed to reproduce the issue.
4145 1. [First Step] ...
@@ -50,30 +54,37 @@ body:
5054 value : |
5155 # Your Setup
5256
57+ - type : input
58+ attributes :
59+ label : Firmware File
60+ description : |
61+ What is the filename used to flash?
62+ placeholder : Aquila_GD32_UBL-ProUI-EX-10-01.bin
63+
5364 - type : dropdown
5465 attributes :
5566 label : Printer Model
5667 description : >-
5768 Which Printer are you using?
5869 options :
70+ - " - Select -"
5971 - Voxelab Aquila
6072 - Creality Ender-3
6173 - Other (explain below)
74+ default : 0
6275
6376 - type : input
6477 attributes :
6578 label : Model Type
66- description : >-
67- Aquila [OG, X2, X3, S2, S3, D1, Pro]
68-
79+ description : |
80+ Aquila [OG, X2, X3, S2, S3, D1, Pro]
6981 Ender-3 [V2, S1, Neo, Pro, Max]
7082
7183 - type : dropdown
7284 attributes :
73- label : Your Mainboard
74- description : >-
75- Which Chip?
85+ label : Your Mainboard or Chipset
7686 options :
87+ - " - Select -"
7788 - Aquila GD32
7889 - Aquila N32
7990 - Aquila HC32
@@ -83,15 +94,14 @@ body:
8394 - BTT SKR MINI E3 v3.0.1
8495 - BTT SKR MINI E3 v3.0
8596 - BTT SKR MINI E3 v2.0/1.2/1.0
86- - Other (other than listed)
97+ - Other (not listed)
98+ default : 0
8799
88100 - type : input
89101 attributes :
90102 label : Other Mainboard Type
91103 description : >-
92- If not listed above
93-
94- (Optional) Enter chip full model number
104+ If not listed above, enter board or chip model number
95105
96106 - type : input
97107 attributes :
@@ -104,22 +114,25 @@ body:
104114 description : >-
105115 Are you using ProUI-EX?
106116 options :
117+ - " - Select -"
107118 - " Yes"
108- - " No (formerly NoPro)"
119+ - " No"
120+ default : 0
109121 validations :
110122 required : true
111123
112-
113124 - type : dropdown
114125 attributes :
115126 label : Bed Leveling
116127 description : >-
117- What kind of bed leveling are you using?
128+ What bed leveling are you using?
118129 options :
130+ - " - Select -"
119131 - UBL - Unified Bed Leveling
120132 - BLT - BL Touch Bilinear mesh
121133 - MM - Manual Mesh Bed Leveling
122- - Default - No Probe / No Bed Leveling
134+ - Default/No Probe - No Bed Leveling
135+ default : 0
123136 validations :
124137 required : true
125138
@@ -145,7 +158,6 @@ body:
145158 - type : textarea
146159 attributes :
147160 label : Additional information & file uploads
148- description : >-
149- If you've made any other modifications to the firmware, please describe them in detail.
150-
161+ description : |
162+ If you've made any other modifications to the firmware, please describe them in detail.
151163 Don't forget to put ` ```y ` before and ` ``` ` after (on its own line) when pasting formatted code.
0 commit comments