mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
Another attempt at yml bug template
This commit is contained in:
parent
4215f7ab74
commit
6b76dfbe66
2 changed files with 6 additions and 18 deletions
22
.github/ISSUE_TEMPLATE/BUG.yml
vendored
22
.github/ISSUE_TEMPLATE/BUG.yml
vendored
|
@ -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:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1 +1 @@
|
||||||
blank_issues_enabled: true
|
blank_issues_enabled: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue