Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 407 Bytes

File metadata and controls

13 lines (11 loc) · 407 Bytes

Contributing to Django SQLite User DB

How to Contribute

  • Fork the repository
  • Create a new branch (git checkout -b feature-branch)
  • Make your changes
  • Commit your changes (git commit -am 'Add new feature')
  • Push to the branch (git push origin feature-branch)
  • Create a new Pull Request

Code Style

  • Follow PEP 8 guidelines for Python code.
  • Write tests for new features and bug fixes.