mirror of https://github.com/leafspark/AutoGGUF
docs: update pre commit instructions
This commit is contained in:
parent
868b15b61f
commit
247f8c1c45
|
@ -19,9 +19,11 @@ ### Your First Code Contribution
|
||||||
|
|
||||||
1. Fork the repo
|
1. Fork the repo
|
||||||
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
|
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
|
||||||
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
|
3. Install pre-commit: (`pip install pre-commit`)
|
||||||
4. Push to the branch (`git push origin feature/AmazingFeature`)
|
4. Set up the git hook scripts: (`pre-commit install`)
|
||||||
5. Open a Pull Request
|
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
|
## Styleguides
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue