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: docs/source/development/how_to_contribute.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ ideas and guide the development process from the beginning. You can start a conv
13
13
by posting an issue on GitHub or by emailing [janosg](https://github.com/janosg).
14
14
15
15
To get familiar with the codebase, we recommend checking out our
16
-
[issue tracker](https://github.com/OpenSourceEconomics/optimagic/issues) for some
17
-
immediate and clearly defined tasks.
16
+
[issue tracker](https://github.com/optimagic-dev/optimagic/issues) for some immediate
17
+
and clearly defined tasks.
18
18
19
19
## 2. Before you start
20
20
@@ -30,11 +30,11 @@ contribution process (see Notes below).
30
30
31
31
## 3. Step-by-step guide
32
32
33
-
1. Fork the [optimagic repository](https://github.com/OpenSourceEconomics/optimagic/).
34
-
This action creates a copy of the repository with write access for you.
33
+
1. Fork the [optimagic repository](https://github.com/optimagic-dev/optimagic/). This
34
+
action creates a copy of the repository with write access for you.
35
35
36
36
```{note}
37
-
For regular contributors: **Clone** the [repository](https://github.com/OpenSourceEconomics/optimagic/) to your local machine and create a new branch for implementing your changes. You can push your branch directly to the remote optimagic repository and open a PR from there.
37
+
For regular contributors: **Clone** the [repository](https://github.com/optimagic-dev/optimagic/) to your local machine and create a new branch for implementing your changes. You can push your branch directly to the remote optimagic repository and open a PR from there.
38
38
```
39
39
40
40
2. Clone your forked repository to your disk. This is where you'll make all your
@@ -110,7 +110,7 @@ Skip the next paragraph if you haven't worked on the documentation.
0 commit comments