Another attempt at yml bug template

This commit is contained in:
David Wakelin 2021-08-05 09:51:46 +01:00
parent 4215f7ab74
commit 6b76dfbe66
2 changed files with 6 additions and 18 deletions

View file

@ -5,39 +5,27 @@ labels: [ bug, triage ]
assignees: assignees:
- MacroMan - MacroMan
body: body:
- type: markdown
attributes:
value: |
Please provide all information required to reproduce the bug
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
label: What happened? label: What happened?
description: Also tell us, what did you expect to happen? description: Please provide all information required to reproduce the bug
placeholder: Tell us what you see!
value: "A bug happened!"
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: version id: version
attributes: attributes:
label: Version label: Version
description: What version of Spaces-API are you running? description: What version of Spaces-API is this occuring on?
options: options:
- 2.0.1 - 2.0.1
- 2.0.0 - 2.0.0
validations: validations:
required: true required: true
- type: dropdown - type: input
id: php id: php-version
attributes: attributes:
label: What version of PHP are you using/seeing the bug on? label: What version of PHP are you using?
description: We do not accept bug reports for PHP versions less than 7.3
multiple: true
options:
- '8.0'
- '7.4'
- '7.3',
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:

View file

@ -1 +1 @@
blank_issues_enabled: true blank_issues_enabled: false