Added issues templates

This commit is contained in:
David Wakelin 2021-08-05 09:38:23 +01:00
parent 66b8d1f72a
commit 5098643b77
4 changed files with 63 additions and 0 deletions

46
.github/ISSUE_TEMPLATE/BUG.yml vendored Normal file
View 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
View 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
View file

@ -0,0 +1 @@
blank_issues_enabled: false

2
.gitignore vendored
View file

@ -1 +1,3 @@
.DS_Store
vendor/
.idea/