Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (10 loc) · 588 Bytes

Thanks for showing interest in development of Python Nordeste Conference app. The app requires many modifications as listed in the README.

Please stick to the following guidelines for making any contributions:

  1. Do not tamper with the existing running code.

  2. Make sure your code snippet is not breaking some other part of the code. Test thoroughly.

  3. Stick to the coding style. Follow PEP8.

  4. Before making any changes, do a git pull.

  5. Make your commit message as descriptive and clear as possible.

  6. Document wherever necessary.

Questions? Open a Issue.