Thanks for considering contributing to this project!
You can contribute in many ways:
- 🐛 Reporting Bugs
- 📈 Suggesting Enhancements
- 💪 Code Contributions
- 📖 Documentation Fixes
-
Fork the repository.
-
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 -
Create a new branch:
git checkout -b your-feature-branch
-
Make your changes and commit:
git commit -m "feat: Add new feature" -
Push to GitHub and create a Pull Request.
Please be respectful and open-minded in all your interactions.
Follow Conventional Commits:
feat: a new featurefix: a bug fixdocs: documentation only changesstyle: formatting, missing semi colons, etc.refactor: code change that neither fixes a bug nor adds a feature
Thanks for helping improve the project!