mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 13:01:33 -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:
|
||||
- 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:
|
||||
|
|
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