提交 9b5fe582 作者: Andrew Nesbitt

Fix automatic labels in issue templates

Label list should be a comma seperated string instead of a yaml array
上级 cd2611db
--- ---
name: 'Bug Report' name: 'Bug Report'
about: 'Report a bug in go-ipfs.' about: 'Report a bug in go-ipfs.'
labels: labels: bug
- bug
--- ---
#### Version information: #### Version information:
......
--- ---
name: 'Documentation Issue' name: 'Documentation Issue'
about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.' about: 'Report missing/erroneous documentation, propose new documentation, report broken links, etc.'
labels: labels: documentation
- documentation
--- ---
#### Location #### Location
......
--- ---
name: 'Enhancement' name: 'Enhancement'
about: 'Suggest an improvement to an existing go-ipfs feature.' about: 'Suggest an improvement to an existing go-ipfs feature.'
labels: labels: enhancement
- enhancement
--- ---
<!-- <!--
......
--- ---
name: 'Feature' name: 'Feature'
about: 'Suggest a new feature in go-ipfs.' about: 'Suggest a new feature in go-ipfs.'
labels: labels: feature
- feature
--- ---
<!-- <!--
......
--- ---
name: 'Question/Support' name: 'Question/Support'
about: 'Ask a question about go-ipfs or request support.' about: 'Ask a question about go-ipfs or request support.'
labels: labels: question, invalid
- 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. 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.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论