Add issue types to issue templates
| @@ -1,4 +1,5 @@ | ||
| 1 | 1 | name: Bug Report 🐛 |
| 2 | +type: Bug | |
| 2 | 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 | 4 | title: '[BUG] <title>' |
| 4 | 5 | labels: ['🐛 Bug'] |
| @@ -1,4 +1,5 @@ | ||
| 1 | 1 | name: Feature Request ✨ |
| 2 | +type: Feature | |
| 2 | 3 | description: Suggest an idea for future development of this project. Please use English only. |
| 3 | 4 | title: '[FEATURE_REQUEST] <title>' |
| 4 | 5 | labels: ['🦄 Feature Request'] |
| @@ -32,7 +33,7 @@ body: | ||
| 32 | 33 | id: solution |
| 33 | 34 | attributes: |
| 34 | 35 | label: Describe the solution you'd like |
| 35 | 36 | placeholder: An outline of how you would like this to be implemented, include as much details as possible |
| 36 | 37 | validations: |
| 37 | 38 | required: true |
| 38 | 39 | |