From 2d7a96416cf391fc4ac1771fe246881e937b81b0 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Tue, 8 Sep 2020 12:25:40 -0700 Subject: [PATCH] Update issue templates Include use of Discuss forum as an option for feature requests. --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 15 ++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 92a267422..8da91fdf0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,12 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- + **Alternative, faster ways to get help** If you have just started using ZeroTier, here are some places to get help: - my.zerotier.com has a _Community_ tab. It's a live chat with other users and the developers. @@ -43,4 +47,3 @@ Add any other context about the problem here. - Router Config - Firewall Config (try turning the firewall off) - General Network Environment: [ e.g Home, University Campus, Corporate LAN ] - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920..d4a745fcd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,17 +1,14 @@ --- name: Feature request about: Suggest an idea for this project +title: "[Feature Request] " +labels: suggestion +assignees: '' --- -**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 [...] +If there is something you'd like to have added to ZeroTier, but not sure how to implement it, you might want to go to https://discuss.zerotier.com/c/feature-requests/ instead. Issues there can be voted on and discussed in-depth. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +If you do have some code or technical examples of how you want something done in ZeroTier, you can open an issue here that we can use alongside some pull requests. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. +Thank you!