From 8db6aef42d72db631fc7acba2f5caa61614a084c Mon Sep 17 00:00:00 2001 From: Riztard Lanthorn Date: Thu, 24 Jun 2021 23:43:54 +0700 Subject: [PATCH] [skip ci] change issue label (#7847) --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/meta_request.yml | 2 +- .github/ISSUE_TEMPLATE/source_bug.yml | 2 +- .github/ISSUE_TEMPLATE/source_request.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4277522cc..13d7afaf6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: ⭐ Feature request description: Suggest a feature to improve a source title: "Source name: Short description" -labels: [enhancement] +labels: [Feature request] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/meta_request.yml b/.github/ISSUE_TEMPLATE/meta_request.yml index 12550ff72..65ad70056 100644 --- a/.github/ISSUE_TEMPLATE/meta_request.yml +++ b/.github/ISSUE_TEMPLATE/meta_request.yml @@ -1,6 +1,6 @@ name: 🧠 Meta feature request description: Suggest improvements to the project -labels: [meta] +labels: [Meta request] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/source_bug.yml b/.github/ISSUE_TEMPLATE/source_bug.yml index 66d64b8a4..1e2eb8900 100644 --- a/.github/ISSUE_TEMPLATE/source_bug.yml +++ b/.github/ISSUE_TEMPLATE/source_bug.yml @@ -1,7 +1,7 @@ name: 🐞 Issue/Bug report description: Report a source issue/bug in Tachiyomi title: "Source name: Short description" -labels: [bug] +labels: [Bug] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/source_request.yml b/.github/ISSUE_TEMPLATE/source_request.yml index cb4ec46ad..8954f62a0 100644 --- a/.github/ISSUE_TEMPLATE/source_request.yml +++ b/.github/ISSUE_TEMPLATE/source_request.yml @@ -1,6 +1,6 @@ name: 🌐 Source request description: Suggest a new source for Tachiyomi -labels: [Source Request] +labels: [Source request] body: - type: checkboxes