mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 09:26:06 -05:00
Oh boy! more issue templates! (#4783)
* Oh boy! more issue templates! * Add some descriptions to command_bug.yml * Update enhancements.yml to refer to "components" since one might want to request API enhancement * Update feature_request.yml * Update command_bug.yml * typo * I don't think this would cause any issue but I would rather not need another PR Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
23
.github/ISSUE_TEMPLATE/enhancements.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/enhancements.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
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: textfield
|
||||
attributes:
|
||||
label: "Descrive the enhancement you're suggesting."
|
||||
required: true
|
||||
description: |
|
||||
Feel free to describe in as much detail as you wish.
|
||||
Reference in New Issue
Block a user