Skip to content

fix: GitHub requires .yml extension #6542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ labels: [bug]
body:
- type: markdown
attributes:
value: |
value: >
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/bug).
Usage questions such as "How do I...?" belong on the
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed.

- type: input
attributes:
label: "Repository commit"
description: |
description: >
The commit hash for `TheAlgorithms/Python` repository. You can get this
by running the command `git rev-parse HEAD` locally.
placeholder: "a0b0f414ae134aa1772d33bb930e5a960f9979e8"
Expand All @@ -26,10 +26,10 @@ body:
validations:
required: true

- type: input
- type: textarea
attributes:
label: "Dependencies version (pip freeze)"
description: |
description: >
This is the output of the command `pip freeze --all`. Note that the
actual output might be different as compared to the placeholder text.
placeholder: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ labels: [enhancement]
body:
- type: markdown
attributes:
value: |
value: >
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/enhancement).
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: |
description: >
This could be new algorithms, data structures or improving any existing
implementations.
validations:
Expand Down