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:
Eric Callahan 2022-01-28 12:07:23 -05:00
parent 0c5a0fd979
commit 41c19e4b9a
2 changed files with 34 additions and 10 deletions

View File

@ -6,7 +6,7 @@ body:
attributes: attributes:
value: | value: |
This issue form is for reporting bugs only! 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 - type: textarea
id: what-happened id: what-happened
attributes: attributes:
@ -15,12 +15,34 @@ body:
A clear and concise description of what the bug is. A clear and concise description of what the bug is.
validations: validations:
required: true required: true
- type: textarea - type: dropdown
id: expected-behavior id: client
attributes: attributes:
label: What did you expect to happen label: Client
description: >- multiple: true
A clear and concise description of what you expected to happen. 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: validations:
required: true required: true
- type: textarea - type: textarea
@ -36,7 +58,9 @@ body:
attributes: attributes:
label: Additional information label: Additional information
description: | 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 You may also include any additional information, screenshots, or files
dragging and dropping files in the field below. that helpful in describing the issue.

View File

@ -1,4 +1,4 @@
blank_issues_enabled: false blank_issues_enabled: true
contact_links: contact_links:
- name: Klipper Discord - name: Klipper Discord
url: https://discord.klipper3d.org/ url: https://discord.klipper3d.org/