Skip to content

Commit

Permalink
docs: update contributing guide
Browse files Browse the repository at this point in the history
Fix #92
  • Loading branch information
maelle committed Apr 7, 2023
1 parent 2725e99 commit 3f5ddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you’ve found a bug, please file an issue that illustrates the bug with a mi

* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("EMODnet/EMODnetWFS", fork = TRUE)`.

* Install all development dependencies with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`.
* Install all development dependencies with `pak::pak()`, and then make sure the package passes R CMD check by running `devtools::check()`.
If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing.
* Create a Git branch for your pull request (PR). We recommend using `usethis::pr_init("brief-description-of-change")`.

Expand Down

0 comments on commit 3f5ddf2

Please sign in to comment.