Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 749 Bytes

Contributing

Contributing to HydraGNN is easy: just open a pull request. Make master the destination branch on the HydraGNN repository and allow edits from maintainers in the pull request.

Your pull request must pass HydraGNN's tests, be formatted to match HydraGNN, and be reviewed by at least one HydraGNN developer.

Additional dependencies are needed for formatting and testing:

pip install -r requirements-dev.txt

Code formatting

HydraGNN is formatted with black. You should run black . from the top level directory.

Unit testing

HydraGNN uses pytest to test. You can run python -m pytest from the top level directory.