Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.59 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.59 KB

Contributing to SpectralAnalysis

SpectralAnalysis is now a community project and welcomes input from anyone and everyone.

Example ways to contribute include:

  • Reporting a bug.
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

Contributing using GitHub

We use GitHub to host code, to track issues and feature requests, as well as accept pull requests. To contribute code or documentation:

  1. Fork the repo and create your branch from master.
  2. Add your new code and test against the example data.
  3. Update the documentation to describe any new or changed features, ideally using the example data to demonstrate this.
  4. Issue that pull request!

Any contributions you make will be under the Apache License 2.0

In short, when you submit code changes, your submissions are understood to be under the same Apache Licence 2.0 that covers the project. Feel free to contact the maintainers if that's a concern.

Report bugs using Github's issues

We use GitHub issues to track public bugs. Report a bug by opening a new issue.

Bug reports should be as detailed as possible. Maintainers need enough information to be able to recreate the issue to start to fix it.