Everyone is welcome to contribute to pysysid
. To do so, please fork the
repository and create a pull request when you're ready.
Contributed code must
- be documented using NumPy style docstrings,
- be formatted using using
YAPF (see
./.style.yapf
), - use type annotations consistently,
- include relevant unit tests, and
- pass existing unit tests and checks.
If you are fixing a bug, please include a set of unit tests in your pull request that would fail without your changes.
If you notice a problem or would like to suggest an enhancement, please create an issue.