Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 195ed16

Browse files
bearomorphismLee-W
authored andcommitted
docs(contributing-tldr): add documentation changes section
1 parent a4c87bc commit 195ed16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎docs/contributing_tldr.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Feel free to send a PR to update this file if you find anything useful. 🙇
99

1010
Please check the [pyproject.toml](https://github.com/commitizen-tools/commitizen/blob/master/pyproject.toml) for a comprehensive list of commands.
1111

12+
### Code Changes
13+
1214
```bash
1315
# Ensure you have the correct dependencies
1416
poetry install
@@ -26,3 +28,10 @@ mypy --python-version 3.9
2628
pytest -n auto # This may take a while.
2729
pytest -n auto <test_suite>
2830
```
31+
32+
### Documentation Changes
33+
34+
```bash
35+
# Build the documentation locally and check for broken links
36+
poetry doc
37+
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /