Skip to content

Amend contribution guide #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 7, 2023
Prev Previous commit
Added a new line
Co-authored-by: Sebastian Funk <sebastian.funk@lshtm.ac.uk>
  • Loading branch information
jamesmbaazam and sbfnk authored Jun 7, 2023
commit 83ada085fc87e6aa7933dc7aad3e9b6fd35864e0
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ precommit::use_precommit()
* Check that there are no linting issues by running `lintr::lint_package()`.
* Run `devtoools::check()` to check for wider package issues like mismatching documentation, etc. (this currently requires a fair bit of time/computation).
* (Optional) Turn on continuous integration with Github Actions on your forked repository.

### Code style

* New code should follow the tidyverse [style guide](https://style.tidyverse.org).
Expand Down