From: Yamagishi Kazutoshi Date: Sat, 14 Nov 2020 18:19:23 +0000 (+0900) Subject: Apply label automatically when issue creation from template (#15154) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8eb97e8ca2e731eba7f5be2d80e7e5254929814f;p=mastodon.git Apply label automatically when issue creation from template (#15154) --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f49964bd9..8ae4bb882 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: If something isn't working as expected - +labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 3890729e2..ff92c0316 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,6 @@ --- name: Feature Request about: I have a suggestion - ---