We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7463d commit ffb6363Copy full SHA for ffb6363
.github/ISSUE_TEMPLATE/feature_request.yml
@@ -6,14 +6,14 @@ body:
6
attributes:
7
value: >
8
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/enhancement).
9
+ Do not create issues to implement new algorithms as these will be closed.
10
Usage questions such as "How do I...?" belong on the
11
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed.
12
13
- type: textarea
14
15
label: "Feature description"
16
description: >
- This could be new algorithms, data structures or improving any existing
17
- implementations.
+ This could include new topics or improving any existing implementations.
18
validations:
19
required: true
0 commit comments