mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Fix automatic labels in issue templates
Label list should be a comma seperated string instead of a yaml array
This commit is contained in:
parent
cd2611db37
commit
9b5fe58291
3
.github/ISSUE_TEMPLATE/bug-report.md
vendored
3
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,8 +1,7 @@
|
||||
---
|
||||
name: 'Bug Report'
|
||||
about: 'Report a bug in go-ipfs.'
|
||||
labels:
|
||||
- bug
|
||||
labels: bug
|
||||
---
|
||||
|
||||
#### Version information:
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/doc.md
vendored
3
.github/ISSUE_TEMPLATE/doc.md
vendored
@ -1,8 +1,7 @@
|
||||
---
|
||||
name: 'Documentation Issue'
|
||||
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
|
||||
labels:
|
||||
- documentation
|
||||
labels: documentation
|
||||
---
|
||||
|
||||
#### Location
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/enhancement.md
vendored
3
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -1,8 +1,7 @@
|
||||
---
|
||||
name: 'Enhancement'
|
||||
about: 'Suggest an improvement to an existing go-ipfs feature.'
|
||||
labels:
|
||||
- enhancement
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/feature.md
vendored
3
.github/ISSUE_TEMPLATE/feature.md
vendored
@ -1,8 +1,7 @@
|
||||
---
|
||||
name: 'Feature'
|
||||
about: 'Suggest a new feature in go-ipfs.'
|
||||
labels:
|
||||
- feature
|
||||
labels: feature
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
4
.github/ISSUE_TEMPLATE/question.md
vendored
4
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,9 +1,7 @@
|
||||
---
|
||||
name: 'Question/Support'
|
||||
about: 'Ask a question about go-ipfs or request support.'
|
||||
labels:
|
||||
- question
|
||||
- invalid
|
||||
labels: question, invalid
|
||||
---
|
||||
|
||||
This bug tracker is only for actionable bug reports and feature requests. Please direct any questions to https://discuss.ipfs.io or to our Matrix (#ipfs:matrix.org) or IRC (#ipfs on freenode) channels.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user