[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 14 deletions

View File

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

View File

@ -4,8 +4,8 @@ title: ''
labels: 'Type: Enhancement' labels: 'Type: Enhancement'
assignees: '' assignees: ''
issue_body: true issue_body: true
inputs: body:
- type: description - type: markdown
attributes: attributes:
value: | value: |
Thank you for taking the time to fill out an issue. This template is meant for feature requests and improvements to already existing functionality. Thank you for taking the time to fill out an issue. This template is meant for feature requests and improvements to already existing functionality.
@ -14,10 +14,12 @@ inputs:
attributes: attributes:
label: "What component of Red (cog, command, API) would you like to see improvements on?" label: "What component of Red (cog, command, API) would you like to see improvements on?"
placeholder: Audio placeholder: Audio
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Describe the enhancement you're suggesting." label: "Describe the enhancement you're suggesting."
required: true
description: | description: |
Feel free to describe in as much detail as you wish. Feel free to describe in as much detail as you wish.
validations:
required: true

View File

@ -4,22 +4,24 @@ title: ''
labels: 'Type: Feature' labels: 'Type: Feature'
assignees: '' assignees: ''
issue_body: true issue_body: true
inputs: body:
- type: description - type: markdown
attributes: attributes:
value: | value: |
Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions. Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions.
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red) If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
- type: multi_select - type: dropdown
attributes: attributes:
label: "Type of feature request" label: "Type of feature request"
description: "What type of feature would you like to request?" description: "What type of feature would you like to request?"
required: true multiple: true
choices: options:
- API functionality - API functionality
- Cog - Cog
- Command - Command
- Other - Other
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Description of the feature you're suggesting" label: "Description of the feature you're suggesting"
@ -41,5 +43,6 @@ inputs:
- Include what cog it should be in and a name for the command - Include what cog it should be in and a name for the command
- Describe the intended functionality for the command - Describe the intended functionality for the command
- Note any restrictions on who can use the command or where it can be used - Note any restrictions on who can use the command or where it can be used
validations:
required: true required: true

View File

@ -4,8 +4,8 @@ title: ''
labels: 'Type: Bug' labels: 'Type: Bug'
assignees: '' assignees: ''
issue_body: true issue_body: true
inputs: body:
- type: description - type: markdown
attributes: attributes:
value: | value: |
Thank you for taking the time to fill out an issue. This template is meant for any issues not related to any existing command. Thank you for taking the time to fill out an issue. This template is meant for any issues not related to any existing command.
@ -14,20 +14,24 @@ inputs:
attributes: attributes:
label: "What Red version are you using?" label: "What Red version are you using?"
placeholder: 3.4.5 placeholder: 3.4.5
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "What were you trying to do?" label: "What were you trying to do?"
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "What did you expect to happen?" label: "What did you expect to happen?"
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "What actually happened?" label: "What actually happened?"
description: | description: |
If the issue is visual in nature, consider posting a screenshot. If the issue is visual in nature, consider posting a screenshot.
validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
@ -39,4 +43,5 @@ inputs:
2. 2.
3. 3.
... ...
validations:
required: true required: true