Oliver Jägle commited on
Commit
17d0902
·
unverified ·
1 Parent(s): b0eab23

Add information about the linting pre-commit to the contributions guideline

Browse files
Files changed (1) hide show
  1. CONTRIBUTING.md +2 -0
CONTRIBUTING.md CHANGED
@@ -56,6 +56,8 @@ We're looking for dedicated contributors to help maintain and grow this project.
56
  - Comment complex logic
57
  - Keep functions focused and small
58
  - Use meaningful variable names
 
 
59
 
60
  ## Development Setup
61
 
 
56
  - Comment complex logic
57
  - Keep functions focused and small
58
  - Use meaningful variable names
59
+ - Lint your code. This repo contains a pre-commit-hook that will verify your code is linted properly,
60
+ so set up your IDE to do that for you!
61
 
62
  ## Development Setup
63