mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-21 05:07:35 +00:00
Add note to feature_request.yml about not opening issues for new algorithms (#10142)
This commit is contained in:
parent
73ebf7bdb1
commit
c2f14e8a78
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user