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

View file

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