Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.27 KB

Contributing to pkgcheck-action

Opening issues

The easiest way to note any behavioural curiosities or to request any new features is by opening a github issue.

Development guidelines

If you'd like to contribute changes to pkgcheck-action, we use the GitHub flow for proposing, submitting, reviewing, and accepting changes. If you haven't done this before, there's a nice overview of git, as well as best practices for submitting pull requests in the R packages book by Hadley Wickham and Jenny Bryan.

pkgcheck-action uses the the commonly used tidyverse style guide. Tools like styler and lintr can make it easier to adhere to this style.

All(75%+) new code should be covered by unit test using testthat 3rd edition.

Code of Conduct

We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the code of conduct for more information.