Skip to content

Commit 247f8c1

Browse files
authored
docs: update pre commit instructions
1 parent 868b15b commit 247f8c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ First off, thanks for taking the time to contribute! 🎉👍
1919

2020
1. Fork the repo
2121
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
22-
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
23-
4. Push to the branch (`git push origin feature/AmazingFeature`)
24-
5. Open a Pull Request
22+
3. Install pre-commit: (`pip install pre-commit`)
23+
4. Set up the git hook scripts: (`pre-commit install`)
24+
5. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
25+
6. Push to the branch (`git push origin feature/AmazingFeature`)
26+
7. Open a Pull Request
2527

2628
## Styleguides
2729

0 commit comments

Comments
 (0)