# Contributing

Thank you for thinking about contributing to dockerspawner! ✨

If you would like to contribute to the project, please read our
[contributor documentation](http://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html)
and our [Code of Conduct](https://github.com/jupyter/governance/blob/HEAD/conduct/code_of_conduct.md)
([reporting guidelines](https://github.com/jupyter/governance/blob/HEAD/conduct/reporting_online.md))
as this helps keep our community welcoming to as many people as possible.

## Development install

For a **development install**:

1. Clone the repository:
   ```bash
   $ git clone https://github.com/jupyterhub/dockerspawner
   ```
2. Install from source:
   ```bash
   $ cd dockerspawner
   $ python3 -m pip install -r dev-requirements.txt -e .
   ```
