Skip to content

Commit 6333d94

Browse files
Update - Issues
1 parent be03467 commit 6333d94

File tree

2 files changed

+47
-38
lines changed

2 files changed

+47
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 35 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,21 @@ contact_links:
66
- name: 📖 Marlin Documentation
77
url: https://marlinfw.org/
88
about: Lots of documentation on using Marlin.
9-
- name: 👤 MarlinFirmware Facebook group
10-
url: https://www.facebook.com/groups/1049718498464482
9+
- name: 💬 Voxelab Aquila Reddit group
10+
url: https://www.reddit.com/r/VoxelabAquila
1111
about: Please ask and answer questions here.
12-
- name: 👤 Professional Firmware Facebook group
13-
url: https://www.facebook.com/groups/513889302986197
12+
- name: 💬 Ender-3 V2 Reddit group
13+
url: https://www.reddit.com/r/ender3v2
1414
about: Please ask and answer questions here.
1515
- name: 👤 Professional Firmware Reddit group
1616
url: https://www.reddit.com/r/Ender3v2Firmware
1717
about: Please ask and answer questions here.
18-
- name: 🕹 Marlin on Discord
19-
url: https://discord.com/servers/marlin-firmware-461605380783472640
20-
about: Join the Discord server for support and discussion.
21-
- name: 🔗 Marlin Discussion Forum
22-
url: https://reprap.org/forum/list.php?415
23-
about: A searchable web forum hosted by RepRap dot org.
24-
- name: 📺 Marlin Videos on YouTube
25-
url: https://www.youtube.com/results?search_query=marlin+firmware
26-
about: Tutorials and more from Marlin users all around the world. Great for new users!
27-
- name: 💸 Want to donate?
18+
- name: 💸 Want to donate? - PayPal
2819
url: https://www.paypal.com/paypalme/andrewleduc
29-
about: Your contribution to this project is always welcome!
20+
about: PayPal contribution
21+
- name: 💸 Want to donate? - Ko-fi
22+
url: https://ko-fi.com/classicrocker883
23+
about: Buy me a coffee!
24+
- name: 💸 Want to donate?- Venmo
25+
url: https://venmo.com/u/andrewleduc88
26+
about: Venmo contribution

0 commit comments

Comments
 (0)