diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5021eb0..20940fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ As the [Requests Code Of Conduct](http://docs.python-requests.org/en/master/dev/ 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. -## Set up a development environment +## Setting up a development environment To install the dependencies needed for development, you can use pip: diff --git a/docs/dev/contributing.rst b/docs/dev/contributing.rst index f42f855..5a1aaf4 100644 --- a/docs/dev/contributing.rst +++ b/docs/dev/contributing.rst @@ -32,8 +32,8 @@ 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 .. _Easy: https://github.com/socialcopsdev/camelot/labels/Level%3A%20Easy -Set up a development environment --------------------------------- +Setting up a development environment +------------------------------------ To install the dependencies needed for development, you can use pip::