1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Improve the GitHub Issue forum

This commit is contained in:
Tom Poole 2022-01-25 12:23:32 +00:00
parent c072b1bc8e
commit 1348fafedc

View file

@ -22,8 +22,8 @@ body:
- type: dropdown - type: dropdown
id: os id: os
attributes: attributes:
label: Operating system label: Operating systems
description: What operating system do you see the bug on? description: What operating systems do you see the bug on?
multiple: true multiple: true
options: options:
- Windows - Windows
@ -37,14 +37,14 @@ body:
- type: textarea - type: textarea
id: osversion id: osversion
attributes: attributes:
label: What version of the operating system? label: What versions of the operating systems?
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: architecture id: architecture
attributes: attributes:
label: Architecture label: Architectures
description: What type of machine do you see the bug on? description: What types of machine do you see the bug on?
multiple: true multiple: true
options: options:
- x86_64 - x86_64
@ -63,7 +63,7 @@ body:
- type: dropdown - type: dropdown
id: pluginformat id: pluginformat
attributes: attributes:
label: Plug-in format (if applicable) label: Plug-in formats (if applicable)
multiple: true multiple: true
options: options:
- VST2 - VST2
@ -76,14 +76,17 @@ body:
- type: textarea - type: textarea
id: pluginhost id: pluginhost
attributes: attributes:
label: Plug-in host application (DAW) (if applicable) label: Plug-in host applications (DAWs) (if applicable)
- type: checkboxes - type: dropdown
id: developbranch id: branch
attributes: attributes:
label: Tested against the `develop` branch label: Testing on the `develop` branch
description: We have often already fixed bugs on our `develop` branch. Please confirm if you have tested with the latest commit. description: We have often already fixed bugs on our `develop` branch. Please confirm if you have tested with the latest commit.
options: options:
- label: I can reproduce the bug on the `develop` branch - The bug is present on the `develop` branch
- I have not tested against the `develop` branch
validations:
required: true
- type: checkboxes - type: checkboxes
id: terms id: terms
attributes: attributes: