/
ksushaksusha
/
Python
Обзор
Документация
Войти
/
ksushaksusha
/
Python
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/ISSUE_TEMPLATE/feature_request.yml
19 строк
715 B
Chris O
Add note to feature_request.yml about not opening issues for new algorithms (#10142)
16 окт 2023, 02:44
Не верифицирован
16 окт 2023, 02:44
c2f14e8
Код
Авторство
О чём код?
name: Feature request description: Suggest features, propose improvements, discuss new ideas. labels: [enhancement] body: - type: markdown 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. - type: textarea attributes: label: "Feature description" description: > This could include new topics or improving any existing implementations. validations: required: true