From b78cd67e26a6dfdb1a2d10af47d9d95366696131 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 30 Apr 2024 16:08:20 +0300 Subject: [PATCH] chore(issue-templates): Remove labels from issues title --- .forgejo/ISSUE_TEMPLATE/bug.md | 2 +- .forgejo/ISSUE_TEMPLATE/question.md | 2 +- .forgejo/ISSUE_TEMPLATE/typo.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: '' ---