mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Add instructions for contributors
This commit is contained in:
parent
9d39eabe4d
commit
beeb6a8e78
1 changed files with 9 additions and 0 deletions
|
@ -269,6 +269,15 @@ Feature Request if you have ideas how to improve it. If you know how to fix
|
|||
something, feel free to fork repository and create Pull Request. Test your
|
||||
changes in fork before creating Pull Request.
|
||||
|
||||
Format python files:
|
||||
```bash
|
||||
pip install pre-commit
|
||||
pre-commit install
|
||||
|
||||
# Format all files
|
||||
pre-commit run --all-files
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
ArtemSBulgakov/buildozer-action is released under the terms of the
|
||||
|
|
Loading…
Reference in a new issue