|
1 | 1 | name: Feature request
|
2 | | -description: "Suggest features, propose improvements, discuss new ideas" |
| 2 | +description: 'Suggest features, propose improvements, discuss new ideas' |
3 | 3 | title: '[FEATURE]: '
|
4 | 4 | labels: ['enhancement']
|
5 | 5 | body:
|
6 | | -- type: markdown |
7 | | - attributes: |
8 | | - value: '## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.' |
9 | 6 | - type: markdown
|
10 | 7 | attributes:
|
11 | | - value: '###Before you open an issue, please verify if a similar one already exists or has been closed before. More details about the process of contributing can be found in [CONTRIBUTING.md](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md).' |
| 8 | + value: | |
| 9 | + ## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly. |
| 10 | + ## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/TypeScript/blob/master/CONTRIBUTING.md) |
12 | 11 | - type: textarea
|
13 | 12 | attributes:
|
14 | 13 | label: Motivation
|
|
0 commit comments