Skip to content

Commit

Permalink
docs: update pre commit instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark authored Aug 5, 2024
1 parent 868b15b commit 247f8c1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ First off, thanks for taking the time to contribute! 🎉👍

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

## Styleguides

Expand Down

0 comments on commit 247f8c1

Please sign in to comment.