From 6603daa78cd1a863508db422a721efe511bb8702 Mon Sep 17 00:00:00 2001 From: Johnny Metz Date: Tue, 2 Oct 2018 11:36:08 -0700 Subject: [PATCH 1/2] Update contributor's guide with new labels --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7ff31cb..0459f05d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ As the [Requests Code Of Conduct](http://docs.python-requests.org/en/master/dev/ ## Your first contribution -A great way to start contributing to Camelot is to pick an issue tagged with the [Contributor Friendly](https://github.com/socialcopsdev/camelot/labels/Contributor%20Friendly) tag or the [Level: Easy](https://github.com/socialcopsdev/camelot/labels/Level%3A%20Easy) tag. If you're unable to find a good first issue, feel free to contact the maintainer. +A great way to start contributing to Camelot is to pick an issue tagged with the [help wanted](https://github.com/socialcopsdev/camelot/labels/help%20wanted) tag or the [good first issue](https://github.com/socialcopsdev/camelot/labels/good%20first%20issue) tag. If you're unable to find a good first issue, feel free to contact the maintainer. ## Setting up a development environment From f8eacc653f0d7207b33c664b3ab6b06e78c757a6 Mon Sep 17 00:00:00 2001 From: Johnny Metz Date: Tue, 2 Oct 2018 12:11:00 -0700 Subject: [PATCH 2/2] Update labels in docs --- docs/dev/contributing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index e0602f13..3992051b 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -27,10 +27,10 @@ As the `Requests Code Of Conduct`_ states, **all contributions are welcome**, as Your first contribution ----------------------- -A great way to start contributing to Camelot is to pick an issue tagged with the `Contributor Friendly`_ or the `Easy`_ tags. If you're unable to find a good first issue, feel free to contact the maintainer. +A great way to start contributing to Camelot is to pick an issue tagged with the `help wanted`_ or the `good first issue`_ tags. If you're unable to find a good first issue, feel free to contact the maintainer. -.. _Contributor Friendly: https://github.com/socialcopsdev/camelot/labels/Contributor%20Friendly -.. _Easy: https://github.com/socialcopsdev/camelot/labels/Level%3A%20Easy +.. _help wanted: https://github.com/socialcopsdev/camelot/labels/help%20wanted +.. _good first issue: https://github.com/socialcopsdev/camelot/labels/good%20first%20issue Setting up a development environment ------------------------------------