diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-12 10:38:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-12 10:38:30 +0900 |
| commit | d89e0f07f86e82b75264a5eb1476f7ebb294e724 (patch) | |
| tree | 48bc937edafe2ef06d50f7e4a472893aa41d0b9e /.github | |
| parent | Resolve #4470 (diff) | |
| download | sharkey-d89e0f07f86e82b75264a5eb1476f7ebb294e724.tar.gz sharkey-d89e0f07f86e82b75264a5eb1476f7ebb294e724.tar.bz2 sharkey-d89e0f07f86e82b75264a5eb1476f7ebb294e724.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/02_client-side-bug-report.md | 31 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/02_feature-request.md (renamed from .github/ISSUE_TEMPLATE/11_feature-request.md) | 0 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/03_server-side-bug-report.md | 31 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/12_client-side-feature-request.md | 12 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/13_server-side-feature-request.md | 12 |
5 files changed, 0 insertions, 86 deletions
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 - -<!-- Tell us what the bug is --> - -## Expected Behavior - -<!--- Tell us what should happen --> - -## Actual Behavior - -<!--- Tell us what happens instead of the expected behavior --> - -## Steps to Reproduce - -1. -2. -3. - -## Environment - -<!-- Tell us where on the platform it happens --> -<!-- e.g. desktop or mobile version, your browser, your OS --> diff --git a/.github/ISSUE_TEMPLATE/11_feature-request.md b/.github/ISSUE_TEMPLATE/02_feature-request.md index 5045b17712..5045b17712 100644 --- a/.github/ISSUE_TEMPLATE/11_feature-request.md +++ b/.github/ISSUE_TEMPLATE/02_feature-request.md 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 - -<!-- Tell us what the bug is --> - -## Expected Behavior - -<!--- Tell us what should happen --> - -## Actual Behavior - -<!--- Tell us what happens instead of the expected behavior --> - -## Steps to Reproduce - -1. -2. -3. - -## Environment - -<!-- Tell us where on the platform it happens --> -<!-- e.g. your Node.js version, your OS --> 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 - -<!-- Tell us what the suggestion is --> 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 - -<!-- Tell us what the suggestion is --> |