|
1 | 1 | name: Bug report
|
2 | | -description: "Create a report to help us improve" |
3 | | -title: "[BUG]: " |
4 | | -labels: ["bug"] |
| 2 | +description: 'Create a report to help us improve' |
| 3 | +title: '[BUG]: ' |
| 4 | +labels: ['bug'] |
5 | 5 | body:
|
6 | | - - type: markdown |
| 6 | + - type: markdown |
7 | 7 | attributes:
|
8 | | - 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)." |
9 | | - - type: textarea |
| 8 | + 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).' |
| 9 | + - type: textarea |
10 | 10 | id: description
|
11 | 11 | attributes:
|
12 | 12 | label: Description
|
|
0 commit comments