Contributing to tso500R
Source:CONTRIBUTING.md
Reporting Bugs
- Use the GitHub issue tracker
- Include a minimal reproducible example
- Include
sessionInfo()
Pull Requests
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests
- Update documentation
- Run
devtools::check() - Submit PR
Code Style
- Follow the tidyverse style guide
- Use roxygen2 for documentation
- Write tests for new functions