Python/.github/ISSUE_TEMPLATE/feature_request.yaml

27 lines
843 B
YAML
Raw Normal View History

2022-10-02 12:19:30 +00:00
name: Feature request
description: Suggest features, propose improvements, discuss new ideas.
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/enhancement).
Usage questions such as "How do I...?" belong on the
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed.
- type: textarea
attributes:
label: "Feature description"
description: |
This could be new algorithms, data structures or improving any existing
implementations.
validations:
required: true
- type: checkboxes
attributes:
label: Would you like to work on this feature?
options:
- label: Yes, I want to work on this feature!
required: false