From 8c3452583b197ae86fd49a2bb466c93416f2c051 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Mon, 22 Jan 2018 10:57:53 -0500 Subject: [PATCH] Updated Labels (markdown) --- Labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labels.md b/Labels.md index 085ae10..1f65382 100644 --- a/Labels.md +++ b/Labels.md @@ -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.