Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 683 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 683 Bytes

Contributing to HierarchyCraft

Whenever you encounter a 🐛 bug or have 🎉 feature request, report this via Github issues <https://github.com/IRLL/HierarchyCraft/issues>_.

We are happy to receive contributions in the form of pull requests via Github. Feel free to fork the repository, implement your changes and create a merge request to the master branch.

Build from source (for contributions)

git clone https://github.com/IRLL/HierarchyCraft.git

Install hcraft as an editable package with dev requirements and all other optional requirements

pip install -e .[dev,all]

Check installation by running tests

pytest