Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 835 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 835 Bytes

Contributing

Welcome! As a Jupyter project, we follow the Jupyter contributor guide and Code of Conduct.

To set up a development environment for this repository:

  1. Clone this repository:

     git clone https://github.com/jupyterhub/oauthenticator
    
  2. Do a development install with pip:

     cd oauthenticator
     pip install -e .
    

Note: OAuthenticator is not accepting pull requests adding new OAuth providers. See the documentation for how to use GenericOAuthenticator with your provider or to write your own OAuthenticator class for your provider. Feel free to ask for help on the Jupyter forum