Contributing
Reporting bugs and errors
If you find a bug, or an error in the code or documentation, please
report this by raising an issue at the `GitHub issues page`_ for
cazomevolve
Contributing code or documentation
We gratefully accept code contributions, if you would like to fix a bug,
improve documentation, or extend cazomevolve and its subcommands. To make everyone’s lives easier
in this process, we ask that you please follow the procedure below:
Fork the
cazomevolverepository under your account at GitHub.Clone your fork to your development machine.
Create a new branch in your forked repository with an informative name, e.g.
git checkout -b fix_issue_107.Make the changes.
Run the unit tests in the repository.
If the tests pass, push the changes to your fork, and submit a pull request against the original repository.
Indicate one of the
cazomevolvedevelopers as an assignee in your pull request.
Suggestions for improvement
If you would like to make a suggestion for how we could improve cazomevolve,
we welcome contributions at the `GitHub issues page`_.