mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
details for contribution
This commit is contained in:
parent
6eced68e69
commit
b3c98e3b1f
@ -312,9 +312,11 @@ $ deepface analyze -img_path tests/dataset/img1.jpg
|
||||
|
||||
You can also run these commands if you are running deepface with docker. Please follow the instructions in the [shell script](https://github.com/serengil/deepface/blob/master/scripts/dockerize.sh#L17).
|
||||
|
||||
## Contribution [](https://github.com/serengil/deepface/actions/workflows/tests.yml)
|
||||
## Contribution
|
||||
|
||||
Pull requests are more than welcome! You should run the unit tests and linting locally by running `make test && make lint` before creating a PR. Once a PR sent, GitHub test workflow will be run automatically and unit test results will be available in [GitHub actions](https://github.com/serengil/deepface/actions) before approval. Besides, workflow will evaluate the code with pylint as well.
|
||||
Pull requests are more than welcome! If you are planning to contribute a large patch, please create an issue first to get any upfront questions or design decisions out of the way first.
|
||||
|
||||
Before creating a PR, you should run the unit tests and linting locally by running `make test && make lint` command. Once a PR sent, GitHub test workflow will be run automatically and unit test and linting jobs will be available in [GitHub actions](https://github.com/serengil/deepface/actions) before approval.
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user