Add note to feature_request.yml about not opening issues for new algorithms (#10142)

This commit is contained in:
Chris O
2023-10-16 12:44:06 +13:00
committed by GitHub
parent 73ebf7bdb1
commit c2f14e8a78

View File

@ -6,6 +6,7 @@ body:
attributes: attributes:
value: > value: >
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/enhancement). Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/enhancement).
Do not create issues to implement new algorithms as these will be closed.
Usage questions such as "How do I...?" belong on the Usage questions such as "How do I...?" belong on the
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed. [Discord](https://discord.gg/c7MnfGFGa6) and will be closed.
@ -13,7 +14,6 @@ body:
attributes: attributes:
label: "Feature description" label: "Feature description"
description: > description: >
This could be new algorithms, data structures or improving any existing This could include new topics or improving any existing implementations.
implementations.
validations: validations:
required: true required: true