Skip to content

Commit

Permalink
usethis::use_tidy_contributing()
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Apr 14, 2024
1 parent e0be34c commit 2b8b8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Contributing to tidytab

This outlines how to propose a change to tidytab.
For more detailed info about contributing to this, and other tidyverse packages, please see the
[**development contributing guide**](https://rstd.io/tidy-contrib).
This outlines how to propose a change to tidytab.
For a detailed discussion on contributing to tidytab, please see the tidyverse team's [development contributing guide](https://rstd.io/tidy-contrib) and [code review principles](https://code-review.tidyverse.org/).

## Fixing typos

Expand All @@ -15,6 +14,7 @@ You can find the `.R` file that generates the `.Rd` by reading the comment in th
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](https://www.tidyverse.org/help/#reprex) (this will also help you write a unit test, if needed).
See our guide on [how to create a great issue](https://code-review.tidyverse.org/issues/) for more advice.

### Pull request process

Expand Down

0 comments on commit 2b8b8a2

Please sign in to comment.