diff --git a/.forgejo/ISSUE_TEMPLATE/bug.md b/.forgejo/ISSUE_TEMPLATE/bug.md index 0ad2942..f4f9c14 100644 --- a/.forgejo/ISSUE_TEMPLATE/bug.md +++ b/.forgejo/ISSUE_TEMPLATE/bug.md @@ -1,7 +1,7 @@ --- name: Bug about: Create a bug report to help us improve Lprs -title: '[Bug]: ...' +title: '...' labels: ["Kind/Bug"] assignees: '' --- diff --git a/.forgejo/ISSUE_TEMPLATE/question.md b/.forgejo/ISSUE_TEMPLATE/question.md index 1b7551e..ab77b90 100644 --- a/.forgejo/ISSUE_TEMPLATE/question.md +++ b/.forgejo/ISSUE_TEMPLATE/question.md @@ -1,7 +1,7 @@ --- name: Question about: Ask a question about Lprs -title: '[Question]: ...' +title: '...' labels: ["Kind/Question"] assignees: '' --- diff --git a/.forgejo/ISSUE_TEMPLATE/typo.md b/.forgejo/ISSUE_TEMPLATE/typo.md index c2cc1d3..96d1c19 100644 --- a/.forgejo/ISSUE_TEMPLATE/typo.md +++ b/.forgejo/ISSUE_TEMPLATE/typo.md @@ -1,7 +1,7 @@ --- name: Typo report about: Report a typo in the documentation or the code -title: '[Typo]: ...' +title: '...' labels: ["Kind/Documentation"] assignees: '' ---