[Meta] Issue template migration (#4809)

* Issue template migration

* Fixes pt. 1

* Fixes pt. 2

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Kowlin
2021-02-19 19:01:52 +01:00
committed by GitHub
parent c5fbf5fb94
commit fc5eadd0cc
4 changed files with 30 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ title: ''
labels: 'Type: Bug'
assignees: ''
issue_body: true
inputs:
- type: description
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out an issue. This template is meant for any issues related to commands.
@@ -14,13 +14,13 @@ inputs:
attributes:
label: "What Red version are you using?"
placeholder: 3.4.5
validations:
required: true
- type: dropdown
attributes:
label: "Cog name"
description: "From which cog does the command come from?"
required: true
choices:
options:
- Admin
- Alias
- Audio
@@ -43,15 +43,19 @@ inputs:
- Streams
- Trivia
- Warnings
validations:
required: true
- type: input
attributes:
label: "Command name"
description: "What is the command that caused the error?"
placeholder: "play"
validations:
required: true
- type: textarea
attributes:
label: "What did you expect to happen?"
validations:
required: true
- type: textarea
attributes:
@@ -59,6 +63,7 @@ inputs:
description: |
A clear and concise description of what the bug is.
If the issue is visual in nature, consider posting a screenshot.
validations:
required: true
- type: textarea
attributes:
@@ -69,4 +74,5 @@ inputs:
2.
3.
...
validations:
required: true