From b5022f987516e69c177b0b457fb5514ea10d2a67 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:24:57 +0900 Subject: [PATCH] chore: fix title --- .github/ISSUE_TEMPLATE/1_user_support.yml | 2 +- .github/ISSUE_TEMPLATE/2_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/3_proposal.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_user_support.yml b/.github/ISSUE_TEMPLATE/1_user_support.yml index 0f8d810..595b791 100644 --- a/.github/ISSUE_TEMPLATE/1_user_support.yml +++ b/.github/ISSUE_TEMPLATE/1_user_support.yml @@ -1,6 +1,6 @@ name: User Support description: Questions for this action -title: "" +title: "support: " labels: support assignees: peaceiris body: diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index 8156362..78d5e78 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Try the User Support Issue Template first. -title: '' +title: 'bug: ' labels: bug assignees: peaceiris body: diff --git a/.github/ISSUE_TEMPLATE/3_proposal.yml b/.github/ISSUE_TEMPLATE/3_proposal.yml index 86e8c9d..75b6276 100644 --- a/.github/ISSUE_TEMPLATE/3_proposal.yml +++ b/.github/ISSUE_TEMPLATE/3_proposal.yml @@ -1,6 +1,6 @@ name: Proposal description: Suggest an idea for this project -title: '' +title: 'proposal: ' labels: proposal assignees: peaceiris body: