Browse Source

Update issue templates

Include use of Discuss forum as an option for feature requests.
Michael Adams 5 years ago
parent
commit
2d7a96416c
2 changed files with 10 additions and 10 deletions
  1. 4 1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 6 9
      .github/ISSUE_TEMPLATE/feature_request.md

+ 4 - 1
.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 ]
-

+ 6 - 9
.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!