Skip to content

Commit 06d556f

Browse files
authored
Update CONTRIBUTING.md
1 parent 837ec57 commit 06d556f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ You may also wish to contact the development team for bigger changes. Please see
2929

3030
* Ensure that all checks are passing. You can see this information within your PR. If a check is not passing, correct the issue or contact a package maintainer for help.
3131

32+
* Please run `goodpractice::gp()` to ensure code quality compliance. Some markers from this can justifiably be ignored, whereas others must be addressed. See a discussion [here](https://github.com/konfound-project/konfound/issues/50)
33+
3234
* Make your changes, commit to git, and then create a PR by running `usethis::pr_push()`, and following the prompts in your browser.
3335
The title of your PR should briefly describe the change.
3436
The body of your PR should contain `Fixes #issue-number`.
35-
3637
* A member of the team will then review your PR.
3738

3839
* For user-facing changes, add a bullet to the top of `NEWS.md` (i.e. just below the first header). Follow the style described in <https://style.tidyverse.org/news.html>.

0 commit comments

Comments
 (0)