Thank you for considering contributing to mongolstats!
Reporting Bugs
If you find a bug, please report it on the Issue Tracker. Include a minimal reproducible example if possible.
Contributing to mongolstats
Thank you for considering contributing to mongolstats!
Reporting Bugs
If you find a bug, please report it on the Issue Tracker. Include a minimal reproducible example if possible.
Suggesting Features
We welcome feature requests! Please open an issue to discuss your idea before implementing it.
Pull Requests
- Fork the repository.
- Create a new branch for your feature or fix.
- Write code and tests.
- Ensure
devtools::check()passes. - Submit a Pull Request.
Code Style
- Use the tidyverse style guide.
- Use
roxygen2for documentation. - Use the base R pipe
|>instead of%>%. - Run
devtools::check()before submitting a pull request.
