From 95ee9a6e0953d58514a96d0e8e4a99eec08d7a57 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 7 Mar 2019 16:50:05 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/01_bug-report.md | 2 +- .github/ISSUE_TEMPLATE/02_client-side-bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/03_server-side-bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/12_client-side-feature-request.md | 2 +- .github/ISSUE_TEMPLATE/13_server-side-feature-request.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index 0ed461256..ddef746a2 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.md +++ b/.github/ISSUE_TEMPLATE/01_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/02_client-side-bug-report.md b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md index a8b111d4d..6743535a6 100644 --- a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md @@ -1,8 +1,8 @@ --- -name: Client-side Bug Report +name: Bug Report (Client specific) about: Create a report to help us improve title: '' -labels: bug, client-side +labels: bug?, client-side assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md index 6dd9d57cb..ba825d9b5 100644 --- a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md @@ -1,8 +1,8 @@ --- -name: Server-side Bug Report +name: Bug Report (Server specific) about: Create a report to help us improve title: '' -labels: bug, server-side +labels: bug?, server-side assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md index 0a0958662..27a480bf6 100644 --- a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md +++ b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md @@ -1,5 +1,5 @@ --- -name: Client-side Feature Request +name: Feature Request (Client specific) about: Suggest an idea for this project title: '' labels: client-side, feature diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md index da6dee290..ee7ddfaf3 100644 --- a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md +++ b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md @@ -1,5 +1,5 @@ --- -name: Server-side Feature Request +name: Feature Request (Server specific) about: Suggest an idea for this project title: '' labels: feature, server-side