Skip to content

Commit ed4812b

Browse files
authored
Merge pull request ipfs#7179 from ipfs/chore/template-labels
chore: update template labels for label rename
2 parents 65fa274 + d1b5bbe commit ed4812b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 'Bug Report'
33
about: 'Report a bug in go-ipfs.'
4-
labels: bug
4+
labels: kind/bug
55
---
66

77
#### Version information:

.github/ISSUE_TEMPLATE/doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 'Documentation Issue'
33
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
4-
labels: documentation
4+
labels: topic/docs-ipfs
55
---
66

77
#### Location

.github/ISSUE_TEMPLATE/enhancement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 'Enhancement'
33
about: 'Suggest an improvement to an existing go-ipfs feature.'
4-
labels: enhancement
4+
labels: kind/enhancement
55
---
66

77
<!--

.github/ISSUE_TEMPLATE/feature.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 'Feature'
33
about: 'Suggest a new feature in go-ipfs.'
4-
labels: feature
4+
labels: kind/feature
55
---
66

77
<!--

.github/ISSUE_TEMPLATE/question.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 'Question/Support'
33
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
55
---
66

77
DO NOT ASK QUESTIONS HERE

0 commit comments

Comments
 (0)