From d89e0f07f86e82b75264a5eb1476f7ebb294e724 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 12 Mar 2019 10:38:30 +0900 Subject: Update issue templates --- .../ISSUE_TEMPLATE/02_client-side-bug-report.md | 31 ---------------------- .github/ISSUE_TEMPLATE/02_feature-request.md | 12 +++++++++ .../ISSUE_TEMPLATE/03_server-side-bug-report.md | 31 ---------------------- .github/ISSUE_TEMPLATE/11_feature-request.md | 12 --------- .../12_client-side-feature-request.md | 12 --------- .../13_server-side-feature-request.md | 12 --------- 6 files changed, 12 insertions(+), 98 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/02_client-side-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/02_feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/03_server-side-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/11_feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/12_client-side-feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/13_server-side-feature-request.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md deleted file mode 100644 index 513598011c..0000000000 --- a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: 🐛 Bug Report (🖥️Client specific) -about: Create a report to help us improve -title: '' -labels: ⚠️bug?, 🖥️Client -assignees: '' - ---- - -## Summary - - - -## Expected Behavior - - - -## Actual Behavior - - - -## Steps to Reproduce - -1. -2. -3. - -## Environment - - - diff --git a/.github/ISSUE_TEMPLATE/02_feature-request.md b/.github/ISSUE_TEMPLATE/02_feature-request.md new file mode 100644 index 0000000000..5045b17712 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_feature-request.md @@ -0,0 +1,12 @@ +--- +name: ✨ Feature Request +about: Suggest an idea for this project +title: '' +labels: ✨Feature +assignees: '' + +--- + +## Summary + + diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md deleted file mode 100644 index 41a70d426f..0000000000 --- a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: 🐛 Bug Report (⚙️Server specific) -about: Create a report to help us improve -title: '' -labels: ⚠️bug?, ⚙️Server -assignees: '' - ---- - -## Summary - - - -## Expected Behavior - - - -## Actual Behavior - - - -## Steps to Reproduce - -1. -2. -3. - -## Environment - - - diff --git a/.github/ISSUE_TEMPLATE/11_feature-request.md b/.github/ISSUE_TEMPLATE/11_feature-request.md deleted file mode 100644 index 5045b17712..0000000000 --- a/.github/ISSUE_TEMPLATE/11_feature-request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: ✨ Feature Request -about: Suggest an idea for this project -title: '' -labels: ✨Feature -assignees: '' - ---- - -## Summary - - diff --git a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md deleted file mode 100644 index e3628fb07d..0000000000 --- a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: ✨ Feature Request (🖥️Client specific) -about: Suggest an idea for this project -title: '' -labels: ✨Feature, 🖥️Client -assignees: '' - ---- - -## Summary - - diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md deleted file mode 100644 index 84f561d44c..0000000000 --- a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: ✨ Feature Request (⚙️Server specific) -about: Suggest an idea for this project -title: '' -labels: ✨Feature, ⚙️Server -assignees: '' - ---- - -## Summary - - -- cgit v1.2.3-freya