CONTRIBUTING.md

Contributing to lorentz

Thank you for considering contributing to lorentz! We appreciate your interest in making this project better.

Code of conduct

Please read and adhere to our Code of Conduct to maintain a safe, welcoming, and inclusive environment.

Types of contributions

We welcome various forms of contributions:

Using co-authored-by in git commits

We encourage the use of co-authored commits for collaborative efforts. This helps in giving credit to all contributors for their work.

Co-authored-by: name <name@example.com>
Co-authored-by: another-name <another-name@example.com>

Development

Your contributions make this project better for everyone. Thank you for participating!

Also don't forget to recreate the readme file: ```{r eval=FALSE} devtools::build_readme()


#### Tests

Tests and checks are run on the CI, however locally one can use:

```bash
Rscript -e 'devtools::test()'

Documentation

Ideally each change should be documented. Major changes should be vignettes.



RobinHankin/gyrogroup documentation built on April 24, 2024, 9:36 a.m.