Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.1 KB

File metadata and controls

52 lines (34 loc) · 1.1 KB

Contributing Guidelines

Thanks for considering contributing to this project!

Types of Contributions

You can contribute in many ways:

  • 🐛 Reporting Bugs
  • 📈 Suggesting Enhancements
  • 💪 Code Contributions
  • 📖 Documentation Fixes

Getting Started

  1. Fork the repository.

  2. Clone your fork:

    git clone https://github.com/shubhansu-kr/INT253-WebDevelopment-in-Python-Using-Django.git
    cd INT253-WebDevelopment-in-Python-Using-Django.git
  3. Create a new branch:

    git checkout -b your-feature-branch
  4. Make your changes and commit:

    git commit -m "feat: Add new feature"
  5. Push to GitHub and create a Pull Request.

Code of Conduct

Please be respectful and open-minded in all your interactions.

Commit Style

Follow Conventional Commits:

  • feat: a new feature
  • fix: a bug fix
  • docs: documentation only changes
  • style: formatting, missing semi colons, etc.
  • refactor: code change that neither fixes a bug nor adds a feature

Thanks for helping improve the project!