6.2. Contributing GuidelinesΒΆ

  • Follow the django coding style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/

  • If you are modifying or adding a feature then write unit test cases.

  • Avoid unnecessary modification of existing code. Ofcourse, you are free to optimize and resolve bugs.

  • Avoid duplication of code

  • Break your code/logic into different functions and add comments for better understanding.

  • If your contributions have some dependencies or they modify existing structure, then update the README.md file accordingly. Also feel free to add more documentation files.

  • Commit your code on a regular basis with meaningful commit messages.