From fdea4398e7356412e55e5b3896439c0642df0e74 Mon Sep 17 00:00:00 2001 From: ryanheise Date: Thu, 23 Apr 2020 02:23:53 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 19 +++++++++++++++- .../ISSUE_TEMPLATE/documentation-request.md | 19 +++++++++++++++- .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++- .../i-want-help-writing-my-application.md | 22 ------------------- 4 files changed, 54 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/i-want-help-writing-my-application.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3f672ce..651e243 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -2,11 +2,28 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug, 1 backlog +labels: 1 backlog, bug assignees: ryanheise --- + + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index 4b2b8e0..1d61cd1 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -2,11 +2,28 @@ name: Documentation request about: Suggest an improvement to the documentation title: '' -labels: documentation, 1 backlog +labels: 1 backlog, documentation assignees: ryanheise --- + + **To which pages does your suggestion apply?** - Direct URL 1 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c1c7abc..1444d42 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,11 +2,28 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: enhancement, 1 backlog +labels: 1 backlog, enhancement assignees: ryanheise --- + + **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/.github/ISSUE_TEMPLATE/i-want-help-writing-my-application.md b/.github/ISSUE_TEMPLATE/i-want-help-writing-my-application.md deleted file mode 100644 index 1e76ced..0000000 --- a/.github/ISSUE_TEMPLATE/i-want-help-writing-my-application.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: I want help writing my application -about: Ask how to achieve a particular effect or how to use a particular API -title: '' -labels: wontfix -assignees: '' - ---- - -