Thank you for your interest in contributing to Sage!
Table of Contents:
Feature requests should be reported in the Sage issue tracker. To reduce the number of duplicates, please make sure to check the existing issues labeled enhancement.
Bug reports should be reported in the Sage issue tracker.
When possible, please share the input parameters and at least one mzML input file used in your search - providing as much information as possible makes it much easier to track down bugs!
If you are looking for a good place to start contributing, check out the help wanted and good first issue labels on the issue tracker!
General guidelines before submitting a PR:
- Run
cargo fmt
- Run
cargo test
- If it makes sense to do so, please add additional tests that cover any new features
- Document code as needed
Please use the Sage issue tracker.