@@ -14,21 +14,21 @@ cd git-changelog
14
14
make setup
15
15
```
16
16
17
- !!! note
18
- If it fails for some reason,
19
- you'll need to install
20
- [ PDM] ( https://github.com/pdm-project/pdm )
21
- manually.
22
-
23
- You can install it with:
24
-
25
- ```bash
26
- python3 -m pip install --user pipx
27
- pipx install pdm
28
- ```
29
-
30
- Now you can try running `make setup` again,
31
- or simply `pdm install`.
17
+ > NOTE:
18
+ > If it fails for some reason,
19
+ > you'll need to install
20
+ > [ PDM] ( https://github.com/pdm-project/pdm )
21
+ > manually.
22
+ >
23
+ > You can install it with:
24
+ >
25
+ > ``` bash
26
+ > python3 -m pip install --user pipx
27
+ > pipx install pdm
28
+ > ` ` `
29
+ >
30
+ > Now you can try running ` make setup` again,
31
+ > or simply ` pdm install` .
32
32
33
33
You now have the dependencies installed.
34
34
@@ -57,17 +57,14 @@ As usual:
57
57
1. create a new branch: `git checkout -b feature-or-bugfix-name`
58
58
1. edit the code and/or the documentation
59
59
60
- If you updated the documentation or the project dependencies:
61
-
62
- 1 . run ` make docs-regen `
63
- 1 . run ` make docs-serve ` ,
64
- go to http://localhost:8000 and check that everything looks good
65
-
66
60
**Before committing:**
67
61
68
62
1. run `make format` to auto-format the code
69
63
1. run `make check` to check everything (fix any warning)
70
64
1. run `make test` to run the tests (fix any issue)
65
+ 1. if you updated the documentation or the project dependencies:
66
+ 1. run `make docs-serve`
67
+ 1. go to http://localhost:8000 and check that everything looks good
71
68
1. follow our [commit message convention](#commit-message-convention)
72
69
73
70
If you are unsure about how to fix or ignore a warning,
0 commit comments