From b0834300110969fb69aa42325c759603e1b45c54 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Wed, 13 Feb 2019 15:59:51 +0900 Subject: Sort ISSUE_TEMPLATE (#4236) --- .github/ISSUE_TEMPLATE/01_bug-report.md | 30 +++++++++++++++++++++ .../ISSUE_TEMPLATE/02_client-side-bug-report.md | 31 ++++++++++++++++++++++ .../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 +++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 30 --------------------- .github/ISSUE_TEMPLATE/client-side-bug-report.md | 31 ---------------------- .../ISSUE_TEMPLATE/client-side-feature-request.md | 12 --------- .github/ISSUE_TEMPLATE/feature_request.md | 12 --------- .github/ISSUE_TEMPLATE/server-side-bug-report.md | 31 ---------------------- .../ISSUE_TEMPLATE/server-side-feature-request.md | 12 --------- 12 files changed, 128 insertions(+), 128 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/01_bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/02_client-side-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/03_server-side-bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/11_feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/12_client-side-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/13_server-side-feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/client-side-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/client-side-feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/ISSUE_TEMPLATE/server-side-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/server-side-feature-request.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md new file mode 100644 index 0000000000..0ed461256d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +# Summary + + + +# Expected Behavior + + + +# Actual Behavior + + + +# Steps to Reproduce + +1. +2. +3. + +# Environment + + diff --git a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md new file mode 100644 index 0000000000..a8b111d4de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md @@ -0,0 +1,31 @@ +--- +name: Client-side Bug Report +about: Create a report to help us improve +title: '' +labels: bug, client-side +assignees: '' + +--- + +# Summary + + + +# Expected Behavior + + + +# Actual Behavior + + + +# Steps to Reproduce + +1. +2. +3. + +# Environment + + + diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md new file mode 100644 index 0000000000..6dd9d57cb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md @@ -0,0 +1,31 @@ +--- +name: Server-side Bug Report +about: Create a report to help us improve +title: '' +labels: bug, server-side +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 new file mode 100644 index 0000000000..3c7e26232e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/11_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/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md new file mode 100644 index 0000000000..0a0958662e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md @@ -0,0 +1,12 @@ +--- +name: Client-side Feature Request +about: Suggest an idea for this project +title: '' +labels: client-side, feature +assignees: '' + +--- + +# Summary + + diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md new file mode 100644 index 0000000000..da6dee2906 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md @@ -0,0 +1,12 @@ +--- +name: Server-side Feature Request +about: Suggest an idea for this project +title: '' +labels: feature, server-side +assignees: '' + +--- + +# Summary + + diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0ed461256d..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug Report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -# Summary - - - -# Expected Behavior - - - -# Actual Behavior - - - -# Steps to Reproduce - -1. -2. -3. - -# Environment - - diff --git a/.github/ISSUE_TEMPLATE/client-side-bug-report.md b/.github/ISSUE_TEMPLATE/client-side-bug-report.md deleted file mode 100644 index a8b111d4de..0000000000 --- a/.github/ISSUE_TEMPLATE/client-side-bug-report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Client-side Bug Report -about: Create a report to help us improve -title: '' -labels: bug, client-side -assignees: '' - ---- - -# Summary - - - -# Expected Behavior - - - -# Actual Behavior - - - -# Steps to Reproduce - -1. -2. -3. - -# Environment - - - diff --git a/.github/ISSUE_TEMPLATE/client-side-feature-request.md b/.github/ISSUE_TEMPLATE/client-side-feature-request.md deleted file mode 100644 index 0a0958662e..0000000000 --- a/.github/ISSUE_TEMPLATE/client-side-feature-request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Client-side Feature Request -about: Suggest an idea for this project -title: '' -labels: client-side, feature -assignees: '' - ---- - -# Summary - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 3c7e26232e..0000000000 --- a/.github/ISSUE_TEMPLATE/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/server-side-bug-report.md b/.github/ISSUE_TEMPLATE/server-side-bug-report.md deleted file mode 100644 index 6dd9d57cb7..0000000000 --- a/.github/ISSUE_TEMPLATE/server-side-bug-report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Server-side Bug Report -about: Create a report to help us improve -title: '' -labels: bug, server-side -assignees: '' - ---- - -# Summary - - - -# Expected Behavior - - - -# Actual Behavior - - - -# Steps to Reproduce - -1. -2. -3. - -# Environment - - - diff --git a/.github/ISSUE_TEMPLATE/server-side-feature-request.md b/.github/ISSUE_TEMPLATE/server-side-feature-request.md deleted file mode 100644 index da6dee2906..0000000000 --- a/.github/ISSUE_TEMPLATE/server-side-feature-request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Server-side Feature Request -about: Suggest an idea for this project -title: '' -labels: feature, server-side -assignees: '' - ---- - -# Summary - - -- cgit v1.2.3-freya