Skip to content

Commit 69948f1

Browse files
committed
default branch was renamed from master to main
1 parent 3b28186 commit 69948f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DoubleML is a community effort.
44
Everyone is welcome to contribute.
55
All contributors should adhere to this contributing guidelines
6-
and our [code of conduct](https://github.com/DoubleML/doubleml-for-r/blob/master/CODE_OF_CONDUCT.md).
6+
and our [code of conduct](https://github.com/DoubleML/doubleml-for-r/blob/main/CODE_OF_CONDUCT.md).
77
The contributing guidelines are particularly helpful to get started for your first contribution.
88

99
## Submit a Bug Report :bug:
@@ -75,7 +75,7 @@ $ git remote add upstream https://github.com/DoubleML/doubleml-for-r.git
7575
This allows you to easily keep your repository in synch via
7676
```bash
7777
$ git fetch upstream
78-
$ git merge upstream/master
78+
$ git merge upstream/main
7979
```
8080

8181
5. **Develop** your code changes. A helpful resource for package development in R
@@ -162,7 +162,7 @@ Furthermore, the **score components for the Neyman orthogonal score function nee
162162
All other functionality is automatically available via inheritance from the abstract base class.
163163
<!---TODO: Add a model template for the R package DoubleML
164164
A **template for new model classes** is available
165-
[here](https://github.com/DoubleML/doubleml-docs/blob/master/model_templates/double_ml_model_template.py).--->
165+
[here](https://github.com/DoubleML/doubleml-docs/blob/main/model_templates/double_ml_model_template.py).--->
166166

167167
## Contribute Documentation :books:
168168

0 commit comments

Comments
 (0)