issue templates: update issue labels to match the actual org labels
2 files changed, 2 insertions(+), 2 deletions(-)
.forgejo
ISSUE_TEMPLATE
.forgejo/ISSUE_TEMPLATE/bug.yml+1-1
| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | name: Bug Report |
| 2 | 2 | description: File a bug report |
| 3 | | labels: ["kind/bug"] |
| 3 | labels: ["bug"] |
| 4 | 4 | body: |
| 5 | 5 | - type: markdown |
| 6 | 6 | attributes: |
.forgejo/ISSUE_TEMPLATE/error_message.yml+1-1
| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | name: Error message improvement |
| 2 | 2 | description: Compiler produces an unhelpful or misleading error message. |
| 3 | | labels: ["kind/error message"] |
| 3 | labels: ["error message"] |
| 4 | 4 | body: |
| 5 | 5 | - type: input |
| 6 | 6 | id: version |