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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If you want to contribute, you first need to fork the repo (and preferably creat
20
20
21
21
To start developing, you can install all the necessary packages in your python environment with this command (optional dependencies will be installed):
22
22
```shell
23
-
pip install -e .[dev]
23
+
uv sync --group tests --group docs --group types
24
24
```
25
25
26
26
When pushing commits, please use the project naming conventions, which are available in [this guide](https://www.conventionalcommits.org/en/v1.0.0/).
@@ -31,10 +31,13 @@ The documentation style used in the project is **ReStructuredText**. Please, if
31
31
Before creating your pull request, when you have made all your commits, you need to run this:
32
32
```shell
33
33
# Run linters (maybe you will have to fix some issues)
0 commit comments