From 00c9f4a2e5648df72b5e4608c65b844821adafda Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 7 Mar 2019 21:41:39 +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 781a7b0bf..50f8de5f6 100644 --- a/.github/ISSUE_TEMPLATE/01_bug-report.md +++ b/.github/ISSUE_TEMPLATE/01_bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug Report +name: 🐛 Bug Report about: Create a report to help us improve title: '' labels: ⚠️bug? diff --git a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md index e18459a90..513598011 100644 --- a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug Report (Client specific) +name: 🐛 Bug Report (🖥️Client specific) about: Create a report to help us improve title: '' labels: ⚠️bug?, 🖥️Client diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md index 3e7228518..41a70d426 100644 --- a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md @@ -1,5 +1,5 @@ --- -name: Bug Report (Server specific) +name: 🐛 Bug Report (⚙️Server specific) about: Create a report to help us improve title: '' labels: ⚠️bug?, ⚙️Server diff --git a/.github/ISSUE_TEMPLATE/11_feature-request.md b/.github/ISSUE_TEMPLATE/11_feature-request.md index 2051ddef7..5045b1771 100644 --- a/.github/ISSUE_TEMPLATE/11_feature-request.md +++ b/.github/ISSUE_TEMPLATE/11_feature-request.md @@ -1,5 +1,5 @@ --- -name: Feature Request +name: ✨ Feature Request about: Suggest an idea for this project title: '' labels: ✨Feature diff --git a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md index 786742a3d..e3628fb07 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: Feature Request (Client specific) +name: ✨ Feature Request (🖥️Client specific) about: Suggest an idea for this project title: '' labels: ✨Feature, 🖥️Client diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md index 319414213..84f561d44 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: Feature Request (Server specific) +name: ✨ Feature Request (⚙️Server specific) about: Suggest an idea for this project title: '' labels: ✨Feature, ⚙️Server