2021-02-02 03:46:20 -05:00
|
|
|
name: Feature Request
|
2021-03-24 08:36:53 -04:00
|
|
|
description: Suggest a feature for this library
|
2021-02-02 03:46:20 -05:00
|
|
|
labels: feature request
|
2021-02-20 00:49:49 +01:00
|
|
|
body:
|
2021-02-02 03:46:20 -05:00
|
|
|
- type: input
|
|
|
|
|
attributes:
|
|
|
|
|
label: Summary
|
|
|
|
|
description: >
|
|
|
|
|
A short summary of what your feature request is.
|
2021-02-20 00:49:49 +01:00
|
|
|
validations:
|
2021-02-02 03:46:20 -05:00
|
|
|
required: true
|
|
|
|
|
- type: dropdown
|
|
|
|
|
attributes:
|
2021-02-20 00:49:49 +01:00
|
|
|
multiple: false
|
2021-02-02 03:46:20 -05:00
|
|
|
label: What is the feature request for?
|
2021-02-20 00:49:49 +01:00
|
|
|
options:
|
2021-02-02 03:46:20 -05:00
|
|
|
- The core library
|
|
|
|
|
- discord.ext.commands
|
|
|
|
|
- discord.ext.tasks
|
|
|
|
|
- The documentation
|
2021-02-20 00:49:49 +01:00
|
|
|
validations:
|
|
|
|
|
required: true
|
2021-02-02 03:46:20 -05:00
|
|
|
- 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?
|
2021-02-20 00:49:49 +01:00
|
|
|
validations:
|
2021-02-02 03:46:20 -05:00
|
|
|
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?
|
2021-02-20 00:49:49 +01:00
|
|
|
validations:
|
2021-02-02 03:46:20 -05:00
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
attributes:
|
|
|
|
|
label: The Current Solution
|
|
|
|
|
description: >
|
|
|
|
|
What is the current solution to the problem, if any?
|
2021-02-20 00:49:49 +01:00
|
|
|
validations:
|
2021-02-02 03:46:20 -05:00
|
|
|
required: false
|
2021-04-08 22:51:20 -04:00
|
|
|
- type: textarea
|
|
|
|
|
attributes:
|
|
|
|
|
label: Additional Context
|
|
|
|
|
description: If there is anything else to say, please do so here.
|