mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user