Skip to content

Commit c6774a7

Browse files
Update CONTRIBUTING.md
1 parent 271678a commit c6774a7

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
@@ -18,7 +18,7 @@ Recommended steps for first time contributors:
1818
cd frouros
1919
git checkout main
2020
git pull
21-
pip install -e .
21+
pip install -e '.[dev]'
2222
```
2323
4. (Optional but recommended) Install pre-commit hooks:
2424
```bash
@@ -33,5 +33,5 @@ Recommended steps for first time contributors:
3333

3434
## Reporting a bug
3535

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

Comments
 (0)