File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ labels: [bug]
4
4
body :
5
5
- type : markdown
6
6
attributes :
7
- value : |
7
+ value : >
8
8
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/bug).
9
9
Usage questions such as "How do I...?" belong on the
10
10
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed.
11
11
12
12
- type : input
13
13
attributes :
14
14
label : " Repository commit"
15
- description : |
15
+ description : >
16
16
The commit hash for `TheAlgorithms/Python` repository. You can get this
17
17
by running the command `git rev-parse HEAD` locally.
18
18
placeholder : " a0b0f414ae134aa1772d33bb930e5a960f9979e8"
@@ -26,10 +26,10 @@ body:
26
26
validations :
27
27
required : true
28
28
29
- - type : input
29
+ - type : textarea
30
30
attributes :
31
31
label : " Dependencies version (pip freeze)"
32
- description : |
32
+ description : >
33
33
This is the output of the command `pip freeze --all`. Note that the
34
34
actual output might be different as compared to the placeholder text.
35
35
placeholder : |
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ labels: [enhancement]
4
4
body :
5
5
- type : markdown
6
6
attributes :
7
- value : |
7
+ value : >
8
8
Before requesting please search [existing issues](https://github.com/TheAlgorithms/Python/labels/enhancement).
9
9
Usage questions such as "How do I...?" belong on the
10
10
[Discord](https://discord.gg/c7MnfGFGa6) and will be closed.
11
11
12
12
- type : textarea
13
13
attributes :
14
14
label : " Feature description"
15
- description : |
15
+ description : >
16
16
This could be new algorithms, data structures or improving any existing
17
17
implementations.
18
18
validations :
You can’t perform that action at this time.
0 commit comments