We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c87bc commit 195ed16Copy full SHA for 195ed16
docs/contributing_tldr.md
@@ -9,6 +9,8 @@ Feel free to send a PR to update this file if you find anything useful. 🙇
9
10
Please check the [pyproject.toml](https://github.com/commitizen-tools/commitizen/blob/master/pyproject.toml) for a comprehensive list of commands.
11
12
+### Code Changes
13
+
14
```bash
15
# Ensure you have the correct dependencies
16
poetry install
@@ -26,3 +28,10 @@ mypy --python-version 3.9
26
28
pytest -n auto # This may take a while.
27
29
pytest -n auto <test_suite>
30
```
31
32
+### Documentation Changes
33
34
+```bash
35
+# Build the documentation locally and check for broken links
36
+poetry doc
37
+```
0 commit comments