Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 1.34 KB

Contributing to Sage

Thank you for your interest in contributing to Sage!

Table of Contents:

  1. Feature Requests
  2. Bug Reports
  3. Pull Requests
  4. Contact

Feature Requests

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

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!

Pull Requests

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

Contact

Please use the Sage issue tracker.