You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+17-34Lines changed: 17 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,55 +2,38 @@
2
2
3
3
### Fixing typos
4
4
5
-
Small typos or grammatical errors in documentation may be edited directly using
6
-
the GitHub web interface, so long as the changes are made in the _source_ file.
7
-
8
-
* YES: you edit a roxygen comment in a `.R` file below `R/`.
9
-
* NO: you edit an `.Rd` file below `man/`.
5
+
Small typos or grammatical errors in documentation may be edited directly using the GitHub web interface, so long as the changes are made in the _source_ file.
6
+
E.g. edit a `roxygen2` comment in a `.R` file below `R/`, not in an `.Rd` file below `man/`.
10
7
11
8
### Prerequisites
12
9
13
-
Before you make a substantial pull request, you should always file an issue and
14
-
make sure someone from the team agrees that it’s a problem. If you’ve found a
15
-
bug, create an associated issue and illustrate the bug with a minimal
16
-
[reprex](https://www.tidyverse.org/help/#reprex).
10
+
Before you make a substantial pull request, you should always file an issue and make sure someone from the team agrees that it’s a problem.
11
+
If you’ve found a bug, create an associated issue and illustrate the bug with a minimal [reproducible example](https://www.tidyverse.org/help/#reprex).
17
12
18
13
### Pull request process
19
14
20
15
* We recommend that you create a Git branch for each pull request (PR).
21
-
* Look at the Travis and AppVeyor build status before and after making changes.
22
-
The `README` should contain badges for any continuous integration services used
23
-
by the package.
24
-
* We recommend the tidyverse [style guide](http://style.tidyverse.org).
25
-
You can use the [styler](https://CRAN.R-project.org/package=styler) package to
26
-
apply these styles, but please don't restyle code that has nothing to do with
27
-
your PR.
28
-
* We use [roxygen2](https://cran.r-project.org/package=roxygen2).
29
-
* We use [testthat](https://cran.r-project.org/package=testthat). Contributions
30
-
with test cases included are easier to accept.
31
-
* For user-facing changes, add a bullet to the top of `NEWS.md` below the
32
-
current development version header describing the changes made followed by your
33
-
GitHub username, and links to relevant issue(s)/PR(s).
16
+
* Look at the GitHub Actions build status before and after making changes.
17
+
The `README` should contain badges for any continuous integration services used by the package.
18
+
* We require the `tidyverse`[style guide](http://style.tidyverse.org).
19
+
You can use the [`styler`](https://CRAN.R-project.org/package=styler) package to apply these styles, but please don't restyle code that has nothing to do with your PR.
20
+
* We use [`roxygen2`](https://cran.r-project.org/package=roxygen2).
21
+
* We use [`testthat`](https://cran.r-project.org/package=testthat).
22
+
Contributions with test cases included are easier to accept.
23
+
* For user-facing changes, add a bullet to the top of `NEWS.md` below the current development version header describing the changes made followed by your GitHub username, and links to relevant issue(s)/PR(s).
34
24
35
25
### Code of Conduct
36
26
37
-
Please note that the git2rdata project is released with a
38
-
[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this
39
-
project you agree to abide by its terms.
40
-
41
-
### See rOpenSci [contributing guide](https://ropensci.github.io/dev_guide/contributingguide.html)
42
-
for further details.
43
-
44
-
### Discussion forum
45
-
46
-
Check out our [discussion forum](https://discuss.ropensci.org) if you think your issue requires a longer form discussion.
27
+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
28
+
By contributing to this project you agree to abide by its terms.
47
29
48
30
### Prefer to Email?
49
31
50
32
Email the person listed as maintainer in the `DESCRIPTION` file of this repo.
51
33
52
-
Though note that private discussions over email don't help others - of course email is totally warranted if it's a sensitive problem of any kind.
34
+
Though note that private discussions over email don't help others - of course
35
+
email is totally warranted if it's a sensitive problem of any kind.
53
36
54
37
### Thanks for contributing!
55
38
56
-
This contributing guide is adapted from the tidyverse contributing guide available at https://raw.githubusercontent.com/r-lib/usethis/master/inst/templates/tidy-contributing.md
39
+
This contributing guide is adapted from the `tidyverse` contributing guide available at https://raw.githubusercontent.com/r-lib/usethis/master/inst/templates/tidy-contributing.md
0 commit comments