Skip to content

Commit b5241ab

Browse files
committed
use same capitalization
1 parent 6e72674 commit b5241ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following guidelines and hints help you to get started.
5252

5353
### Development Workflow
5454
In the following, the recommended way to contribute to DoubleML is described in detail.
55-
If you are just starting to work with Git and GitHub, we recommend to read [Happy Git and GitHub for the useR](https://happygitwithr.com/index.html) and the [chapter on Git and GitHub](https://r-pkgs.org/git.html) in Hadley Wickham's book R packages.
55+
If you are just starting to work with Git and GitHub, we recommend to read [Happy Git and GitHub for the useR](https://happygitwithr.com/index.html) and the [chapter on Git and GitHub](https://r-pkgs.org/git.html) in Hadley Wickham's book R Packages.
5656
The most important steps are: To **fork** the repo, then **add your changes** and finally submit a **pull-request**.
5757
1. **Fork** the [DoubleML repo](https://github.com/DoubleML/doubleml-for-r)
5858
by clicking on the Fork button (this requires a GitHub account).
@@ -127,7 +127,7 @@ If your PR is still **work in progress**, please consider marking it a **draft P
127127
### Unit Tests and Test Coverage
128128
We use the **testthat** package for unit testing.
129129
Unit testing is considered to be a fundamental part of the development workflow.
130-
We recommend to read the [chapter on testing](https://r-pkgs.org/tests.html) of Hadley Wickham's book R packages.
130+
We recommend to read the [chapter on testing](https://r-pkgs.org/tests.html) of Hadley Wickham's book R Packages.
131131
The tests are located in the `tests/testthat` subfolder.
132132
The test coverage is determined with the `covr` package.
133133
Coverage reports for the package, PRs, branches etc. are available from

0 commit comments

Comments
 (0)