From 1b9cf76008fd619eda8957f8359347dee7355f3e Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 7 Mar 2019 18:16:49 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/01_bug-report.md | 2 +- .github/ISSUE_TEMPLATE/02_client-side-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/03_server-side-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/11_feature-request.md | 2 +- .github/ISSUE_TEMPLATE/12_client-side-feature-request.md | 2 +- .github/ISSUE_TEMPLATE/13_server-side-feature-request.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index ddef746a2..bd2ec6365 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 6743535a6..0a4acccce 100644 --- a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md @@ -2,7 +2,7 @@ name: Bug Report (Client specific) about: Create a report to help us improve title: '' -labels: bug?, client-side +labels: ⚠️bug?, 🖥️Client assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md index ba825d9b5..75d1ce22d 100644 --- a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md @@ -2,7 +2,7 @@ name: Bug Report (Server specific) about: Create a report to help us improve title: '' -labels: bug?, server-side +labels: ⚠️bug?, ⚙️Server assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/11_feature-request.md b/.github/ISSUE_TEMPLATE/11_feature-request.md index 3c7e26232..ad4d114d4 100644 --- a/.github/ISSUE_TEMPLATE/11_feature-request.md +++ b/.github/ISSUE_TEMPLATE/11_feature-request.md @@ -2,7 +2,7 @@ name: Feature Request about: Suggest an idea for this project title: '' -labels: feature +labels: ✨Feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md index 27a480bf6..e75787853 100644 --- a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md +++ b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md @@ -2,7 +2,7 @@ name: Feature Request (Client specific) about: Suggest an idea for this project title: '' -labels: client-side, feature +labels: ✨Feature, 🖥️Client assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md index ee7ddfaf3..a55c61043 100644 --- a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md +++ b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md @@ -2,7 +2,7 @@ name: Feature Request (Server specific) about: Suggest an idea for this project title: '' -labels: feature, server-side +labels: ✨Feature, ⚙️Server assignees: '' ---