Update issue templates
* Remove question template: links to help have been added * Add need/triage labels * Do not ask users to open issues in ipfs/ipfs (issues heavily discouraged there).
Hector Sanjuan committed
Apr 27, 2020 at 12:10 UTC
06ee161c0cab955975432a232630fceccb5d598c
5 files changed
+7
-17
.github/ISSUE_TEMPLATE/bug-report.md
+1
-1
@@ -1,7 +1,7 @@
1
---
2
name: 'Bug Report'
3
about: 'Report a bug in go-ipfs.'
4
-labels: kind/bug
4
+labels: kind/bug, need/triage
5
---
6
7
#### Version information:
.github/ISSUE_TEMPLATE/doc.md
+3
-2
@@ -1,8 +1,9 @@
1
---
2
name: 'Documentation Issue'
3
-about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
4
-labels: topic/docs-ipfs
3
+about: 'Report missing, erroneous docs, broken links or propose new go-ipfs docs'
4
+labels: topic/docs-ipfs, need/triage
5
---
6
+<!-- Problems with documentation on https://docs.ipfs.io should be reported to https://github.com/ipfs/docs -->
7
8
#### Location
9
.github/ISSUE_TEMPLATE/enhancement.md
+1
-1
@@ -5,7 +5,7 @@ labels: kind/enhancement
5
---
6
7
<!--
8
-Note: If you'd like to suggest an idea related to IPFS but not specifically related to the go implementation, please file an issue at https://github.com/ipfs/ipfs instead
8
+Note: If you'd like to suggest an idea related to IPFS but not specifically related to the Go implementation, please post in https://discuss.ipfs.io instead.
9
10
When requesting an _enhancement_, please be sure to include your motivation and try to be as specific as possible.
11
-->
.github/ISSUE_TEMPLATE/feature.md
+2
-2
@@ -1,11 +1,11 @@
1
---
2
name: 'Feature'
3
about: 'Suggest a new feature in go-ipfs.'
4
-labels: kind/feature
4
+labels: kind/feature, need/triage
5
---
6
7
<!--
8
-Note: If you'd like to suggest an idea related to IPFS but not specifically related to the go implementation, please file an issue at https://github.com/ipfs/ipfs instead
8
+Note: If you'd like to suggest an idea related to IPFS but not specifically related to the Go implementation, please post in https://discuss.ipfs.io instead.
9
10
When requesting a _feature_, please be sure to include:
11
* Your motivation. Why do you need the feature?
.github/ISSUE_TEMPLATE/question.md
deleted
-11
@@ -1,11 +0,0 @@
1
----
2
-name: 'Question/Support'
3
-about: 'DO NOT SELECT THIS OPTION: Ask questions on discuss.ipfs.io, IRC (#ipfs on Freenode), or Matrix (#ipfs:matrix.org)'
4
-labels: kind/question
5
----
6
-
7
-DO NOT ASK QUESTIONS HERE
8
-
9
-This bug tracker is only for actionable bug reports and feature requests. Please direct any questions to https://discuss.ipfs.io or our Matrix (#ipfs:matrix.org) or IRC (#ipfs on Freenode) channels.
10
-
11
-If you don't get an immediate response, please keep trying.