歡迎貢獻,很是感謝!每一點幫助,都是確定。 你能夠在許多方面作出貢獻:python
在https://github.com/ageitgey/face_recognition/issues上報告錯誤。git
若是您報告錯誤,請包括以下信息:github
發送反饋的最佳方法是在https://github.com/ageitgey/face_recognition/issues上提出問題。app
若是您提出了一個功能,請包括以下信息:函數
準備貢獻?如下是如何設置face_recognition進行本地開發。測試
face_recognition
源碼到你本身的Github倉庫$ git clone git@github.com:your_name_here/face_recognition.git
$ mkvirtualenv face_recognition $ cd face_recognition/ $ python setup.py develop
$ git checkout -b name-of-your-bugfix-or-feature
如今您能夠在本地進行更改。網站
$ flake8 face_recognition tests $ python setup.py test or py.test $ tox
要獲取flake8和tox,只需將它們安裝到您的virtualenv中便可。操作系統
$ git add . $ git commit -m "Your detailed description of your changes." $ git push origin name-of-your-bugfix-or-feature
在提交Pull Request以前,請檢查它是否符合如下準則:code
運行子測試:ip
$ python -m unittest tests.test_face_recognition