.github/CONTRIBUTING.md

Contributing to pollucheck

This outlines how to propose a change to pollucheck. For more detailed info about contributing to this, and other tidyverse packages, please see the development contributing guide.

Fixing typos

You can refer to this for proposing changes with pull request from a fork. You can fix typos, spelling mistakes, or grammatical errors in the documentation directly using the GitHub web interface, as long as the changes are made in the source file.

If you find any typos in an .Rd file, then please make changes in the corresponding .R file, as .Rd files are automatically generated by roxygen2 and should not be edited by hand.

Bigger changes

The first step here for you to make any changes is to install devtools using install.packages("devtools"). If you want to make a bigger change, it's a good idea to first file an issue and make sure someone from the team agrees that it’s needed. If you’ve found a bug, please file an issue that illustrates the bug with a minimal reprex (this will also help you write a unit test, if needed).

Pull request process

Code style

Code of Conduct

Please note that the pollucheck project is released with a Contributor Code of Conduct. By contributing to this project you agree to abide by its terms.



adithirgis/pollucheck documentation built on Dec. 18, 2021, 10:28 p.m.