mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-13 06:38:54 -05:00
55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
name: Bug reports for commands
|
|
about: For bugs that involve commands found within Red.
|
|
title: ''
|
|
labels: 'Type: Bug'
|
|
assignees: ''
|
|
issue_body: true
|
|
inputs:
|
|
- type: description
|
|
attributes:
|
|
- value: '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 over at https://discord.gg/red'
|
|
- type: input
|
|
attributes:
|
|
label: "What version are you using?"
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: "Cog name"
|
|
description: "From which cog does the command come from?"
|
|
required: true
|
|
choices:
|
|
- Audio
|
|
- Cleanup
|
|
- Core
|
|
- Dev
|
|
- Downloader
|
|
- Mod
|
|
- Modlog
|
|
- Mutes
|
|
- Streams
|
|
- Trivia
|
|
- type: input
|
|
attributes:
|
|
label: "Command name"
|
|
description: "What is the command that caused the error?"
|
|
placeholder: "play"
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Expected behavior"
|
|
description: "What did you expect to happen?"
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "What actually happened?"
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "How can we reproduce this error?"
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
required: true
|