chore: update template labels for label rename
Steven Allen committed
Apr 17, 2020 at 15:47 UTC
d1b5bbe8e12bd677c05e3b6504f637b357afd4a4
5 files changed
+5
-5
.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: bug
4
+labels: kind/bug
5
---
6
7
#### Version information:
.github/ISSUE_TEMPLATE/doc.md
+1
-1
@@ -1,7 +1,7 @@
1
---
2
name: 'Documentation Issue'
3
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
4
-labels: documentation
4
+labels: topic/docs-ipfs
5
---
6
7
#### Location
.github/ISSUE_TEMPLATE/enhancement.md
+1
-1
@@ -1,7 +1,7 @@
1
---
2
name: 'Enhancement'
3
about: 'Suggest an improvement to an existing go-ipfs feature.'
4
-labels: enhancement
4
+labels: kind/enhancement
5
---
6
7
<!--
.github/ISSUE_TEMPLATE/feature.md
+1
-1
@@ -1,7 +1,7 @@
1
---
2
name: 'Feature'
3
about: 'Suggest a new feature in go-ipfs.'
4
-labels: feature
4
+labels: kind/feature
5
---
6
7
<!--
.github/ISSUE_TEMPLATE/question.md
+1
-1
@@ -1,7 +1,7 @@
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: question
4
+labels: kind/question
5
---
6
7
DO NOT ASK QUESTIONS HERE