Welcome to pymc-sphinx-theme! Before contributing to the project, make sure that you read our code of conduct.
- Set up a Python development environment
- Install tox:
pip install tox
- Clone the repository
- Start a new branch off master:
git switch -c new-branch master
- Make your code changes
- Check that your code follows the style guidelines of the project:
tox -e reformat && tox -e check
- Commit, push, and open a pull request!
More detailed instructions on how to contribute to PyMC are available at the PyMC website