Updated Labels (markdown)

Alex Grin 2018-01-22 10:57:53 -05:00
parent 06cf380bb3
commit 8c3452583b

@ -2,7 +2,7 @@
The `type:` tag describes the general type of work that will be required.
- [`type: bug`](https://github.com/lbryio/lbry/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+bug%22) - Something is wrong or broken with the existing functionality. If you're filing a bug or starting to work on one, the most helpful first step is a reliable reproduction of the problem. Even if you're unable to resolve the bug completely, an accurate description of how to make the bug happen will help us (or another contributor)
- [`type: bug`](https://github.com/lbryio/lbry/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+bug%22) - Something is wrong or broken with the existing functionality. If you're filing a bug or starting to work on one, the most helpful first step is a reliable reproduction of the problem. Even if you're unable to resolve the bug completely, an accurate description of how to make the bug happen will help us (or another contributor) take care of it.
- [`type: improvement`](https://github.com/lbryio/lbry/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+improvement%22) - This feature already exists (or partially exists), but needs to be changed.