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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Recommended steps for first time contributors:
18
18
cd frouros
19
19
git checkout main
20
20
git pull
21
-
pip install -e .
21
+
pip install -e '.[dev]'
22
22
```
23
23
4. (Optional but recommended) Install pre-commit hooks:
24
24
```bash
@@ -33,5 +33,5 @@ Recommended steps for first time contributors:
33
33
34
34
## Reporting a bug
35
35
36
-
1. Check that there is not an [issue](https://github.com/IFCA/frouros/issues) that currently highlights the bug or a [pull request](https://github.com/IFCA/frouros/pulls) that solves it.
37
-
2. Create an [issue](https://github.com/IFCA/frouros/issues/new) in GitHub.
36
+
1. Check that there is not an [issue](https://github.com/IFCA-Advanced-Computing/frouros/issues) that currently highlights the bug or a [pull request](https://github.com/IFCA-Advanced-Computing/frouros/pulls) that solves it.
37
+
2. Create an [issue](https://github.com/IFCA-Advanced-Computing/frouros/issues/new) in GitHub.
0 commit comments