mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Migrate issue templates over (#4982)
This commit is contained in:
parent
f21addb0f5
commit
7434a7c8e2
12
.github/ISSUE_TEMPLATE/command_bug.yml
vendored
12
.github/ISSUE_TEMPLATE/command_bug.yml
vendored
@ -3,7 +3,6 @@ description: For bugs that involve commands found within Red.
|
|||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Bug'
|
labels: 'Type: Bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
issue_body: true
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
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.
|
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)
|
If you require help with installing Red we ask that you join our [Discord server](https://discord.gg/red)
|
||||||
- type: input
|
- type: input
|
||||||
|
id: red-version
|
||||||
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
id: cog-name
|
||||||
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?"
|
||||||
@ -46,6 +47,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
id: command-name
|
||||||
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?"
|
||||||
@ -53,11 +55,13 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: weh
|
||||||
attributes:
|
attributes:
|
||||||
label: "What did you expect to happen?"
|
label: "What did you expect to happen?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: wah
|
||||||
attributes:
|
attributes:
|
||||||
label: "What actually happened?"
|
label: "What actually happened?"
|
||||||
description: |
|
description: |
|
||||||
@ -66,6 +70,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: reproduction-steps
|
||||||
attributes:
|
attributes:
|
||||||
label: "How can we reproduce this error?"
|
label: "How can we reproduce this error?"
|
||||||
description: "List of steps required to reproduce this error."
|
description: "List of steps required to reproduce this error."
|
||||||
@ -76,3 +81,8 @@ body:
|
|||||||
...
|
...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: anything-else
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: Let us know if you have anything else to share.
|
||||||
|
|||||||
8
.github/ISSUE_TEMPLATE/enhancements.yml
vendored
8
.github/ISSUE_TEMPLATE/enhancements.yml
vendored
@ -3,7 +3,6 @@ description: For feature requests and improvements related to already existing f
|
|||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Enhancement'
|
labels: 'Type: Enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
issue_body: true
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@ -11,15 +10,22 @@ body:
|
|||||||
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.
|
||||||
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: input
|
- type: input
|
||||||
|
id: component-name
|
||||||
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: proposal
|
||||||
attributes:
|
attributes:
|
||||||
label: "Describe the enhancement you're suggesting."
|
label: "Describe the enhancement you're suggesting."
|
||||||
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: anything-else
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: Let us know if you have anything else to share.
|
||||||
|
|||||||
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -3,7 +3,6 @@ description: For feature requests regarding Red itself.
|
|||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Feature'
|
labels: 'Type: Feature'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
issue_body: true
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@ -11,6 +10,7 @@ body:
|
|||||||
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: dropdown
|
- type: dropdown
|
||||||
|
id: feature-name
|
||||||
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?"
|
||||||
@ -23,6 +23,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: proposal
|
||||||
attributes:
|
attributes:
|
||||||
label: "Description of the feature you're suggesting"
|
label: "Description of the feature you're suggesting"
|
||||||
description: |
|
description: |
|
||||||
@ -45,4 +46,9 @@ body:
|
|||||||
- 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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: anything-else
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: Let us know if you have anything else to share.
|
||||||
|
|
||||||
|
|||||||
11
.github/ISSUE_TEMPLATE/other_bugs.yml
vendored
11
.github/ISSUE_TEMPLATE/other_bugs.yml
vendored
@ -3,7 +3,6 @@ description: "For bugs that don't involve a command."
|
|||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Bug'
|
labels: 'Type: Bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
issue_body: true
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@ -11,22 +10,26 @@ body:
|
|||||||
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.
|
||||||
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: input
|
- type: input
|
||||||
|
id: red-version
|
||||||
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
label: "What were you trying to do?"
|
label: "What were you trying to do?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: weh
|
||||||
attributes:
|
attributes:
|
||||||
label: "What did you expect to happen?"
|
label: "What did you expect to happen?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: wah
|
||||||
attributes:
|
attributes:
|
||||||
label: "What actually happened?"
|
label: "What actually happened?"
|
||||||
description: |
|
description: |
|
||||||
@ -34,6 +37,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
id: reproduction-steps
|
||||||
attributes:
|
attributes:
|
||||||
label: "How can we reproduce this error?"
|
label: "How can we reproduce this error?"
|
||||||
description: |
|
description: |
|
||||||
@ -45,3 +49,8 @@ body:
|
|||||||
...
|
...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: anything-else
|
||||||
|
attributes:
|
||||||
|
label: Anything else?
|
||||||
|
description: Let us know if you have anything else to share.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user