Skip to content

Commit

Permalink
added contributor information regarding pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Dec 30, 2023
1 parent 226d8cc commit 1e19269
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,19 @@ Please refer to [android_demo](demo_android_ncnn/README.md).

****

## Contribution
Please format the code using the `pre-commit' command when opening a PR for the project:
```bash
# install pre-commit
pip install pre-commit
# run pre-commit
pre-commit
```
If you encounter errors while running the pre-commit script, try bumping the `isort` revision to `5.12.0`.
## Citation
If you find this project useful in your research, please consider cite:
Expand Down

0 comments on commit 1e19269

Please sign in to comment.