From c9567654a08a19df6bd521cad336aaf6199c7015 Mon Sep 17 00:00:00 2001 From: Brian Litwin Date: Tue, 15 Jan 2019 14:51:53 -0500 Subject: [PATCH] README: Update new contributor label to "good first issue" (#1048) In response to SourceCred/Mission#15, we switched the default new contributor label from "Contributions Welcome" to "good first issue". This updates the README to reflect that change. Test Plan: make sure the link redirects to our Issues page filtered for "good first issue" labels. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12de140..f5c4ccb 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ You can reach out to us by posting on our [forum], or chatting with us on [Disco We'd be happy to help you get started and show you around the codebase. Please also take a look at our [contributing guide]. -If you’re looking for a place to start, we’ve tagged some issues [Contributions Welcome]. +If you’re looking for a place to start, we’ve tagged some [good first issues]. [forum]: https://discuss.sourcecred.io [Discord]: https://discord.gg/tsBTgc9 [contributing guide]: https://github.com/sourcecred/sourcecred/blob/master/CONTRIBUTING.md -[Contributions Welcome]: https://github.com/SourceCred/SourceCred/issues?q=is%3Aopen+is%3Aissue+label%3A%22contributions+welcome%22 +[good first issues]: https://github.com/sourcecred/sourcecred/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 ## License