From 6c2168c8fe8bd0acd61f7b40fa425b4163bd3392 Mon Sep 17 00:00:00 2001 From: Stephen O'Brien Date: Mon, 15 Oct 2018 14:47:17 -0400 Subject: [PATCH] =?UTF-8?q?Update=20=E2=80=98Submitting=20Pull=20Requests?= =?UTF-8?q?=E2=80=99=20to=20refer=20to=20an=20active=20label=20(#2265)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m hoping to start making a few contributions myself and was checking this guide out, but noticed that the `✓ easy one` label hasn’t been used in a while and has no open issues. Instead, we now recommend the `♥ help please` label as a source of issues to fix for potential contributors. --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 17a3a9f68..235109cc6 100644 --- a/Contributing.md +++ b/Contributing.md @@ -37,7 +37,7 @@ Please use the Slack instead of asking questions in issues, since we want to res ## Submitting Pull Requests -All pull requests are super welcomed and greatly appreciated! Easy issues are marked with an [`easy-one`](https://github.com/ianstormtaylor/slate/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy-one) label if you're looking for a simple place to get familiar with the code base. +All pull requests are super welcomed and greatly appreciated! Issues in need of a solution are marked with a [`♥ help please`](https://github.com/ianstormtaylor/slate/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%99%A5+help+please%22) label if you're looking for somewhere to start. Please include tests and docs with every pull request!