Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 829 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 829 Bytes

Contributing Guide

Creating useful git commit messages

For most additions to this project, we expect users to provide useful/detailed commit messages. Please refer to the commit messages in the current git log for examples. This is a great resource for creating detailed commit messages.

Using pre-commit to auto-format commits

NOTE We cannot set up pre-commit-ci to auto format this repository at the moment since it is a private repo. pre-commit-ci is free for public repositories, but not private ones like this project.

Users are expected to set up pre-commit on their local machines for the time being.

conda activate mosdef-study38
mamba install -c conda-forge pre-commit
pre-commit install --install-hooks
pre-commit run --all-files