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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ body:
attributes:
value: >
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
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed.
@ -13,7 +14,6 @@ body:
attributes:
label: "Feature description"
description: >
This could be new algorithms, data structures or improving any existing
implementations.
This could include new topics or improving any existing implementations.
validations:
required: true