Skip to content

Commit

Permalink
Add linting to contributing docs #578
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Oct 11, 2024
1 parent 9598db9 commit ada296c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ git status
```

#### 2.3. Commit your changes
First, make sure you have the pre-commit hooks installed to have your code
automatically checked on commit for programmatic and stylistic errors:
```bash
pre-commit install
```

Now, let's add some file.
If the file does not exist on the remote server yet, use:
```bash
git add filename.md
Expand Down

0 comments on commit ada296c

Please sign in to comment.