Code of Conduct#
We welcome your contributions! However, the MUSICA software development team, the folks responsible for developing TUV-x at NCAR, enforce certain software standards which can be found in our software development plan.
In particular, we reserve the right to reject pull requests if the new additions would have TUV-x fall out of line with our standards:
Be runtime configurable
Acheive 80% test coverage (your PR must at least not decrease the current number)
Build as a standalone library
Include documentation
Have a common style.
The project maintainers will work with you when submitting a PR and give guidance on how to update a PR if any issues arise.