Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. You can contribute in the ways listed below.
Report bugs using GitHub issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your local setup that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
The ORCESTRA book could always use more documentation, whether through describing a a sub-campaign or an instrument measurement or by adding a data processing example. Please feel free to add information yourself or open an issue if you lack the time or knowledge to add it right away.
Ready to contribute? Here's how to set up the ORCESTRA book for local development.
- Fork the repo on GitHub.
- Clone your fork locally.
- Createa a python environment with all dependencies, e.g., by using
conda
:conda env create -f environment.yml
. - Create a branch for local development and make changes locally.
- Build the book locally to see if the fully-rendered HTML version looks as intended.
jupyter-book build orcestra_book/
- Commit your changes and push your branch to your fork on GitHub.
- Create a pull request through the GitHub website.