1 Update your fork to the latest upstream version.
2 Follow the coding conventions of the original source files (indentation, spaces and PEP8).
3 Code changes must pass ALL tests.
4 New features should be covered by accompanying new tests.
5 Keep your commits as atomic as possible, i.e. create a new commit for every single bug fix or feature added.
1 Atualize seu fork para a versão mais recente.
2 Siga as conveções de códigos dos arquivos originais (identação, espaços e a PEP8).
3 Suas mudanças devem passar em TODOS os testes.
4 Novas funcionalidades devem estar cobertas por novos testes.
5 Mantenha suas mudanças o mais atômico possivel, por exemplo: um novo commit para cada bug fix ou funcionalidade adicionada.