github: modify issue templates
Add some additional required fields that are helpful in diagnosing issues, and remove the "what did you expect to happen", as that tends to be implied in the issue. Also allow blank issues so announcements can be made. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
0c5a0fd979
commit
41c19e4b9a
|
@ -6,7 +6,7 @@ body:
|
|||
attributes:
|
||||
value: |
|
||||
This issue form is for reporting bugs only!
|
||||
If you have a feature request, please use [feature_request](/new?template=feature_request.yml)
|
||||
If you have a feature request, please use [Feature Request](/new?template=feature_request.yml)
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
|
@ -15,12 +15,34 @@ body:
|
|||
A clear and concise description of what the bug is.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
- type: dropdown
|
||||
id: client
|
||||
attributes:
|
||||
label: What did you expect to happen
|
||||
description: >-
|
||||
A clear and concise description of what you expected to happen.
|
||||
label: Client
|
||||
multiple: true
|
||||
description: On what clients are you seeing the problem?
|
||||
options:
|
||||
- Mainsail
|
||||
- Fluidd
|
||||
- MoonCord
|
||||
- KlipperScreen
|
||||
- MobileRaker
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: Browser
|
||||
multiple: true
|
||||
description: On what browsers are you seeing the problem?
|
||||
options:
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- Brave
|
||||
- Other or N/A
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -36,7 +58,9 @@ body:
|
|||
attributes:
|
||||
label: Additional information
|
||||
description: |
|
||||
If you have any additional information for us, use the field below.
|
||||
Please attach moonraker.log using the field below. If you are using
|
||||
a Browser or Client not provided in the options above please specify
|
||||
them here.
|
||||
|
||||
Please note, you can attach screenshots or screen recordings here, by
|
||||
dragging and dropping files in the field below.
|
||||
You may also include any additional information, screenshots, or files
|
||||
that helpful in describing the issue.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
blank_issues_enabled: false
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Klipper Discord
|
||||
url: https://discord.klipper3d.org/
|
||||
|
|
Loading…
Reference in New Issue