From fcc7a76d473124bd661289a2308aba2d86a8489b Mon Sep 17 00:00:00 2001 From: amd64fox Date: Wed, 6 Jul 2022 03:03:59 +0300 Subject: [PATCH] fix labels --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/{to-suggest-an-idea.md => idea.md} | 2 +- .github/ISSUE_TEMPLATE/installer-translation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{to-suggest-an-idea.md => idea.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a41b146..c6813d2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: ❌ Bug report about: Create a report to help us improve title: '' -labels: bug +labels: ❌ bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/to-suggest-an-idea.md b/.github/ISSUE_TEMPLATE/idea.md similarity index 94% rename from .github/ISSUE_TEMPLATE/to-suggest-an-idea.md rename to .github/ISSUE_TEMPLATE/idea.md index 2e4e2ec..61a5665 100644 --- a/.github/ISSUE_TEMPLATE/to-suggest-an-idea.md +++ b/.github/ISSUE_TEMPLATE/idea.md @@ -2,7 +2,7 @@ name: 💡 To suggest an idea about: Suggest an idea for this project title: '' -labels: enhancement +labels: 💡 enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/installer-translation.md b/.github/ISSUE_TEMPLATE/installer-translation.md index e6be035..2bc9b61 100644 --- a/.github/ISSUE_TEMPLATE/installer-translation.md +++ b/.github/ISSUE_TEMPLATE/installer-translation.md @@ -2,7 +2,7 @@ name: 🌏 Installer translation about: Translate the installer into your language title: Translation for [Write here your translation language] -labels: New translation +labels: 🌏 New translation assignees: '' ---