mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-18 17:09:45 -05:00
[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:
9
.github/ISSUE_TEMPLATE/other_bugs.yml
vendored
9
.github/ISSUE_TEMPLATE/other_bugs.yml
vendored
@@ -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 not related to any existing command.
|
||||
@@ -14,20 +14,24 @@ inputs:
|
||||
attributes:
|
||||
label: "What Red version are you using?"
|
||||
placeholder: 3.4.5
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What were you trying to do?"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What did you expect to happen?"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "What actually happened?"
|
||||
description: |
|
||||
If the issue is visual in nature, consider posting a screenshot.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
@@ -39,4 +43,5 @@ inputs:
|
||||
2.
|
||||
3.
|
||||
...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user