mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Tweak the new bug report template slightly
This commit is contained in:
@@ -5,14 +5,19 @@ body:
|
|||||||
id: checks
|
id: checks
|
||||||
attributes:
|
attributes:
|
||||||
label: Thanks for giving yabridge a shot!
|
label: Thanks for giving yabridge a shot!
|
||||||
description: |
|
description: >-
|
||||||
If you're having issues with plugins not working at all or scans timing out then make sure to check out the [troubleshooting common issues](https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues) section of the readme.
|
If you're having issues with plugins not working at all or scans timing
|
||||||
|
out then make sure to check out the [troubleshooting common
|
||||||
You should also read through the [known issues and fixes](https://github.com/robbert-vdh/yabridge#known-issues-and-fixes) section. There may already be a solution or a workaround for the issue you're having.
|
issues](https://github.com/robbert-vdh/yabridge#troubleshooting-common-issues)
|
||||||
|
section of the readme. You should also read through the [known issues
|
||||||
|
and
|
||||||
|
fixes](https://github.com/robbert-vdh/yabridge#known-issues-and-fixes)
|
||||||
|
section. There may already be a solution or a workaround for the issue
|
||||||
|
you're having.
|
||||||
options:
|
options:
|
||||||
- label: >-
|
- label: >-
|
||||||
I read through both the troubleshooting and known issues sections my
|
I read through both the troubleshooting and the known issues sections my
|
||||||
issue isn't listed there
|
issue wasn't listed there
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
@@ -92,7 +97,7 @@ body:
|
|||||||
id: plugin-arch
|
id: plugin-arch
|
||||||
attributes:
|
attributes:
|
||||||
label: Plugin architecture
|
label: Plugin architecture
|
||||||
options: ["32-bit", "64-bit", "both 32-bit and 64-bit"]
|
options: ["64-bit", "32-bit", "both 64-bit and 32-bit"]
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@@ -146,3 +151,10 @@ body:
|
|||||||
4. `/tmp/yabridge.log` should now contain a debug log. You can drag this file directly onto the text field below to upload it to GitHub.
|
4. `/tmp/yabridge.log` should now contain a debug log. You can drag this file directly onto the text field below to upload it to GitHub.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: other-information
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
placeholder: If there's anything else you'd like to add, then you can do so here.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user