mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
fix: GitHub requires .yml
extension (#6542)
* fix: GitHub requires `.yml` extension Ref: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser * fix: remove newlines from multiline string * fix: use textarea for dependencies list input
This commit is contained in:
parent
cabd8c6382
commit
c9f1d09e1a
|
@ -4,7 +4,7 @@ labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: >
|
||||||
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/bug).
|
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/bug).
|
||||||
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.
|
||||||
|
@ -12,7 +12,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: "Repository commit"
|
label: "Repository commit"
|
||||||
description: |
|
description: >
|
||||||
The commit hash for `TheAlgorithms/Python` repository. You can get this
|
The commit hash for `TheAlgorithms/Python` repository. You can get this
|
||||||
by running the command `git rev-parse HEAD` locally.
|
by running the command `git rev-parse HEAD` locally.
|
||||||
placeholder: "a0b0f414ae134aa1772d33bb930e5a960f9979e8"
|
placeholder: "a0b0f414ae134aa1772d33bb930e5a960f9979e8"
|
||||||
|
@ -26,10 +26,10 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Dependencies version (pip freeze)"
|
label: "Dependencies version (pip freeze)"
|
||||||
description: |
|
description: >
|
||||||
This is the output of the command `pip freeze --all`. Note that the
|
This is the output of the command `pip freeze --all`. Note that the
|
||||||
actual output might be different as compared to the placeholder text.
|
actual output might be different as compared to the placeholder text.
|
||||||
placeholder: |
|
placeholder: |
|
|
@ -4,7 +4,7 @@ labels: [enhancement]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
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).
|
||||||
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.
|
||||||
|
@ -12,7 +12,7 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Feature description"
|
label: "Feature description"
|
||||||
description: |
|
description: >
|
||||||
This could be new algorithms, data structures or improving any existing
|
This could be new algorithms, data structures or improving any existing
|
||||||
implementations.
|
implementations.
|
||||||
validations:
|
validations:
|
Loading…
Reference in New Issue
Block a user