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'] |