mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-28 17:07:46 +00:00
56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
# Credits to most of this template go to Rapptz (https://github.com/Rapptz)
|
|
# as this was taken from the discord.py repository (https://github.com/Rapptz/discord.py/blob/868476c99963e72aa529ed6203f86ef529a2c1f1/.github/ISSUE_TEMPLATE/feature_request.yml)
|
|
name: Feature Request
|
|
|
|
description: Suggest a feature for this library
|
|
|
|
labels:
|
|
- enhancement
|
|
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Summary
|
|
description: A short summary of what your feature request is.
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
multiple: false
|
|
label: What is the feature request for?
|
|
options:
|
|
- The library
|
|
- The documentation
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: The Problem
|
|
description: |
|
|
What problem is your feature trying to solve?
|
|
What becomes easier or possible when this feature is implemented?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: The Ideal Solution
|
|
description: |
|
|
What is your ideal solution to the problem?
|
|
What would you like this feature to do?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: The Current Solution
|
|
description: What is the current solution to the problem, if any?
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: If there is anything else to say, please do so here.
|