Migrate issue templates over (#4982)

This commit is contained in:
Kowlin
2021-04-13 23:23:23 +02:00
committed by GitHub
parent f21addb0f5
commit 7434a7c8e2
4 changed files with 35 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ description: For bugs that involve commands found within Red.
title: ''
labels: 'Type: Bug'
assignees: ''
issue_body: true
body:
- type: markdown
attributes:
@@ -11,12 +10,14 @@ body:
Thank you for taking the time to fill out an issue. This template is meant for any issues related to commands.
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
- type: input
id: red-version
attributes:
label: "What Red version are you using?"
placeholder: 3.4.5
validations:
required: true
- type: dropdown
id: cog-name
attributes:
label: "Cog name"
description: "From which cog does the command come from?"
@@ -46,6 +47,7 @@ body:
validations:
required: true
- type: input
id: command-name
attributes:
label: "Command name"
description: "What is the command that caused the error?"
@@ -53,11 +55,13 @@ body:
validations:
required: true
- type: textarea
id: weh
attributes:
label: "What did you expect to happen?"
validations:
required: true
- type: textarea
id: wah
attributes:
label: "What actually happened?"
description: |
@@ -66,6 +70,7 @@ body:
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: "How can we reproduce this error?"
description: "List of steps required to reproduce this error."
@@ -76,3 +81,8 @@ body:
...
validations:
required: true
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: Let us know if you have anything else to share.