kubo/.github/ISSUE_TEMPLATE/feature.md
Andrew Nesbitt 9b5fe58291 Fix automatic labels in issue templates
Label list should be a comma seperated string instead of a yaml array
2019-07-12 15:22:22 +01:00

16 lines
460 B
Markdown

---
name: 'Feature'
about: 'Suggest a new feature in go-ipfs.'
labels: feature
---
<!--
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
When requesting a _feature_, please be sure to include:
* Your motivation. Why do you need the feature?
* How the feature should work.
Please try to be as specific and concrete as possible.
-->