mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 04:51:32 -07:00
Added issues templates
This commit is contained in:
parent
66b8d1f72a
commit
5098643b77
4 changed files with 63 additions and 0 deletions
46
.github/ISSUE_TEMPLATE/BUG.yml
vendored
Normal file
46
.github/ISSUE_TEMPLATE/BUG.yml
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
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!"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: What version of Spaces-API are you running?
|
||||
options:
|
||||
- 2.0.1
|
||||
- 2.0.0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: php
|
||||
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',
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
14
.github/ISSUE_TEMPLATE/FEATURE.yml
vendored
Normal file
14
.github/ISSUE_TEMPLATE/FEATURE.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Feature Request
|
||||
description: Request a new feature
|
||||
title: "[Feature]: "
|
||||
labels: [ new ]
|
||||
assignees:
|
||||
- MacroMan
|
||||
body:
|
||||
- type: textarea
|
||||
id: new-feature
|
||||
attributes:
|
||||
label: Description
|
||||
description: Please detail what you would like to see in Spaces-API.
|
||||
validations:
|
||||
required: true
|
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: false
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
|||
.DS_Store
|
||||
vendor/
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue