Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 866 Bytes

CONTRIBUTING.md

File metadata and controls

52 lines (35 loc) · 866 Bytes

Contributing

Fork, then clone the repo:

git@github.com:YOUR-USERNAME/hier_config.git

Install Poetry:

https://python-poetry.org/docs/#installation

Set up your environment:

cd hier_config
poetry install
poetry shell

Create a branch

git checkout -b YOUR-BRANCH

Make sure tests pass:

pytest

Make your change. Add tests for your change. Make the tests pass:

pytest

Push to your fork and submit a pull request.

At this point, you're waiting on us. We'll at least comment. We may suggest changes, improvements, or alternatives.

Some things that will increase the chance that your pull request is accepted: