Contributing

Contributing#

Thank you for thinking about contributing to dockerspawner! ✨

If you would like to contribute to the project, please read our contributor documentation and our Code of Conduct (reporting guidelines) as this helps keep our community welcoming to as many people as possible.

Development install#

For a development install:

  1. Clone the repository:

    $ git clone https://github.com/jupyterhub/dockerspawner
    
  2. Install from source:

    $ cd dockerspawner
    $ python3 -m pip install -r dev-requirements.txt -e .