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
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ bug, you may also create an associated issue. If possible, try to illustrate you
16
16
* Please create a Git branch for each pull request (PR).
17
17
* Your contributed code should roughly follow the [R style guide](http://style.tidyverse.org), but in particular our [**easystats convention of code-style**](https://easystats.github.io/easystats/articles/conventions.html).
18
18
* performance uses [roxygen2](https://cran.r-project.org/package=roxygen2), with
* performance uses [testthat](https://cran.r-project.org/package=testthat). Adding tests to the PR makes it easier for me to merge your PR into the code base.
22
22
* If your PR is a user-visible change, you may add a bullet to the top of `NEWS.md` describing the changes made. You may optionally add your GitHub username, and links to relevant issue(s)/PR(s).
0 commit comments