Contributing
Source:CONTRIBUTING.md
Contributions to piar
are welcome and appreciated. Here are some ways that you can contribute.
Reporting bugs
Open an issue with a small reproducible example of the bug. Feel free to include a PR with a patch.
Improving documentation
Suggestions for improvement
Open an issue if you have any suggestions for improvements (e.g., feature requests).
Seeking support
Open an issue (or send me an email) if you’re stuck and not able to find an answer in the documentation. (It may be a bug or problem with the documentation.)
Making a pull request
When making a pull request, please:
Fork the repository on github and make a new branch in your forked copy;
Follow the tidyverse style guide;
Use
roxygen2
for documentation;Use
testthat
for unit tests;Ensure your changes pass
R CMD check
.