From 16b12f7dfe70a4b9d8a867616374a2b70b6cbd7d Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 21 May 2020 22:58:48 +0900 Subject: [PATCH] chore: Please follow the issue templates --- .github/ISSUE_TEMPLATE/1_user_support.md | 2 ++ .github/ISSUE_TEMPLATE/2_bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/3_proposal.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_user_support.md b/.github/ISSUE_TEMPLATE/1_user_support.md index 66d9989..24705b2 100644 --- a/.github/ISSUE_TEMPLATE/1_user_support.md +++ b/.github/ISSUE_TEMPLATE/1_user_support.md @@ -6,6 +6,8 @@ labels: support assignees: peaceiris --- +**Note that an issue which does not follow the template will be closed silently.** + ## Check list before opening this issue - [ ] I read the latest README of this repository. diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.md b/.github/ISSUE_TEMPLATE/2_bug_report.md index 46dee56..2f5f1e4 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.md +++ b/.github/ISSUE_TEMPLATE/2_bug_report.md @@ -7,6 +7,8 @@ assignees: peaceiris --- +**Note that an issue which does not follow the template will be closed silently.** + ## Describe the bug A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/3_proposal.md b/.github/ISSUE_TEMPLATE/3_proposal.md index 12a0a0f..d8ccef2 100644 --- a/.github/ISSUE_TEMPLATE/3_proposal.md +++ b/.github/ISSUE_TEMPLATE/3_proposal.md @@ -7,6 +7,8 @@ assignees: peaceiris --- +**Note that an issue which does not follow the template will be closed silently.** + ## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]