Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 9, 2025
1 parent 9ddd5b8 commit 51be1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to insight

This outlines how to propose a change to **insight**.
This outlines how to propose a change to **insight**.

## Fixing typos

Expand All @@ -16,7 +16,7 @@ bug, you may also create an associated issue. If possible, try to illustrate you
* Please create a Git branch for each pull request (PR).
* Your contributed code should roughly follow the [R style guide](http://style.tidyverse.org), but in particular our [**easystats convention of code-style**](https://github.com/easystats/easystats#convention-of-code-style).
* insight uses [roxygen2](https://cran.r-project.org/package=roxygen2), with
[Markdown syntax](https://cran.r-project.org/web/packages/roxygen2/vignettes/markdown.html),
markdown syntax,
for documentation.
* insight 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.
* 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).
Expand Down

0 comments on commit 51be1ab

Please sign in to comment.