diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-07 16:50:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-07 16:50:05 +0900 |
| commit | 95ee9a6e0953d58514a96d0e8e4a99eec08d7a57 (patch) | |
| tree | 6fa6eb4f1a9866091a119f318585b00432c8de87 /.github | |
| parent | Resolve #4437 (diff) | |
| download | sharkey-95ee9a6e0953d58514a96d0e8e4a99eec08d7a57.tar.gz sharkey-95ee9a6e0953d58514a96d0e8e4a99eec08d7a57.tar.bz2 sharkey-95ee9a6e0953d58514a96d0e8e4a99eec08d7a57.zip | |
Update issue templates
Diffstat (limited to '.github')
5 files changed, 7 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/01_bug-report.md b/.github/ISSUE_TEMPLATE/01_bug-report.md index 0ed461256d..ddef746a24 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 a8b111d4de..6743535a6d 100644 --- a/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/02_client-side-bug-report.md @@ -1,8 +1,8 @@ --- -name: Client-side Bug Report +name: Bug Report (Client specific) about: Create a report to help us improve title: '' -labels: bug, client-side +labels: bug?, client-side assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md index 6dd9d57cb7..ba825d9b5f 100644 --- a/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md +++ b/.github/ISSUE_TEMPLATE/03_server-side-bug-report.md @@ -1,8 +1,8 @@ --- -name: Server-side Bug Report +name: Bug Report (Server specific) about: Create a report to help us improve title: '' -labels: bug, server-side +labels: bug?, server-side assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md b/.github/ISSUE_TEMPLATE/12_client-side-feature-request.md index 0a0958662e..27a480bf66 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: Client-side Feature Request +name: Feature Request (Client specific) about: Suggest an idea for this project title: '' labels: client-side, feature diff --git a/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md b/.github/ISSUE_TEMPLATE/13_server-side-feature-request.md index da6dee2906..ee7ddfaf36 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: Server-side Feature Request +name: Feature Request (Server specific) about: Suggest an idea for this project title: '' labels: feature, server-side |