Big and F.A.I.R. Omics Data.
TODO
TODO
TODO
We welcome all contributions. Please follow the guidelines below when contributing code.
- Fork the repository
- Clone the repository
- Make a new branch from
develop
(see git model below) with your feature or fix - Submita pull request
Please use the GitFlow model
Please use the Numpy docstrings format
Please use the following standard for commit messages
fix: ...
for all commits that deal with fixing an issuefeat: ...
for all commits that deal with adding a new featuretests:...
for all commits that deal with unit testingbuild:...
for all commits that deal with the CI infrastructure and deployment
Please use the following PR title and description standards:
- The PR title should be short and descriptive. Work in progress reviews should be titled as
WIP:...
and all other should follow the above for commit messages. - The PR description should describe 1) new features, 2) fixes, and 3) other changes
In order to accept a PR, the following must be satisfied:
- All new functions and classes have corresponding unit tests
- All new functions and classes are documented using the correct style
- All unit tests, linting tests, and integration tests pass
- All new code is reviewed and approved by a repository maintainer