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
+32-29Lines changed: 32 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This project and everyone participating in it is governed by the [NiaARM Code of
7
7
## How Can I Contribute?
8
8
9
9
### Reporting Bugs
10
-
Before creating bug reports, please check existing issues list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible in the [issue template](.github/templates/ISSUE_TEMPLATE.md).
10
+
Before creating bug reports, please check existing issues list as you might find out that you don't need to create one. When you are creating a bug report, please include as mAll details as possible in the [issue template](.github/templates/ISSUE_TEMPLATE.md).
11
11
12
12
### Suggesting Enhancements
13
13
@@ -21,56 +21,59 @@ Fill in the [pull request template](.github/templates/PULL_REQUEST.md) and make
After installing Poetry and cloning the project from GitHub, you should run the following command from the root of the cloned project:
26
+
After installing uv and cloning the project from GitHub, you should
27
+
run the following command from the root of the cloned project:
27
28
28
29
```sh
29
-
poetry install
30
+
uv sync --dev
30
31
```
31
32
32
-
All the project's dependencies should be installed and the project ready for further development.**Note that Poetry creates a separate virtual environment for your project.**
33
+
All the project's development dependencies should be installed and the project ready for further development.
0 commit comments