Add issue types to issue templates
| @@ -1,4 +1,5 @@ | |||
| 1 | name: Bug Report π | 1 | name: Bug Report π |
| 2 | type: Bug | ||
| 2 | description: Report something that's not working the intended way. Support requests for external programs (reverse proxies, 3rd party servers, other peoples' forks) will be refused! Please use English only. | 3 | description: Report something that's not working the intended way. Support requests for external programs (reverse proxies, 3rd party servers, other peoples' forks) will be refused! Please use English only. |
| 3 | title: '[BUG] <title>' | 4 | title: '[BUG] <title>' |
| 4 | labels: ['π Bug'] | 5 | labels: ['π Bug'] |
| @@ -1,4 +1,5 @@ | |||
| 1 | name: Feature Request β¨ | 1 | name: Feature Request β¨ |
| 2 | type: Feature | ||
| 2 | description: Suggest an idea for future development of this project. Please use English only. | 3 | description: Suggest an idea for future development of this project. Please use English only. |
| 3 | title: '[FEATURE_REQUEST] <title>' | 4 | title: '[FEATURE_REQUEST] <title>' |
| 4 | labels: ['π¦ Feature Request'] | 5 | labels: ['π¦ Feature Request'] |
| @@ -32,7 +33,7 @@ body: | |||
| 32 | id: solution | 33 | id: solution |
| 33 | attributes: | 34 | attributes: |
| 34 | label: Describe the solution you'd like | 35 | label: Describe the solution you'd like |
| 35 | placeholder: An outline of how you would like this to be implemented, include as much details as possible | 36 | placeholder: An outline of how you would like this to be implemented, include as much details as possible |
| 36 | validations: | 37 | validations: |
| 37 | required: true | 38 | required: true |
| 38 | 39 | ||