mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-14 15:18:54 -05:00
24 lines
854 B
YAML
24 lines
854 B
YAML
name: Enhancement proposal
|
|
about: For feature requests and improvements related to already existing functionality.
|
|
title: ''
|
|
labels: 'Type: Enhancement'
|
|
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 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)
|
|
- type: input
|
|
attributes:
|
|
label: "What component of Red (cog, command, API) would you like to see improvements on?"
|
|
placeholder: Audio
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Describe the enhancement you're suggesting."
|
|
required: true
|
|
description: |
|
|
Feel free to describe in as much detail as you wish.
|