Skip to content

Commit ada296c

Browse files
committed
Add linting to contributing docs #578
1 parent 9598db9 commit ada296c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ git status
129129
```
130130

131131
#### 2.3. Commit your changes
132+
First, make sure you have the pre-commit hooks installed to have your code
133+
automatically checked on commit for programmatic and stylistic errors:
134+
```bash
135+
pre-commit install
136+
```
137+
138+
Now, let's add some file.
132139
If the file does not exist on the remote server yet, use:
133140
```bash
134141
git add filename.md

0 commit comments

Comments
 (0)