Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1007 Bytes

CONTRIBUTING.rst

File metadata and controls

27 lines (21 loc) · 1007 Bytes

Contributing to BlueCelluLab

Thank you for taking the time to contribute!

Reporting Bugs and Suggesting Enhancements

  1. Search existing issues.
  2. Open a new issue with a clear title and detailed description.
  3. Include steps to reproduce, expected and actual behavior for bugs, or the current and expected behavior for enhancements.
  4. Attach any relevant screenshots or files.
  5. If applicable specify the versions of BlueCelluLab, Python and any relevant dependencies.

Pull Requests

  1. Fork the repository and create a new branch.
  2. Make your changes.
  3. Run tox -e lint to check the code format.
  4. Run the tests with tox -e py3.
  5. Add unit tests for the new code.
  6. If applicable add type hints and docstrings.
  7. If applicable update the documentation.
  8. Submit a pull request with a clear description.

Thank you for contributing to BlueCelluLab!