📝 Contribution Guide
This document outlines the process each developer must follow to contribute to the project.
Following this guide ensures that contributions are organized, descriptive, and transparent for mentors and teammates.
1. Issue Creation
2. Pull the latest changes
3. Feature Branch Setup
4. Development & Code Standards
5. Commit Messages
6. Push and Pull request
7. Review and Merge
8. After Merge
Congrats, repeat the process for next contribution!!!
📝 Contribution Guide
This document outlines the process each developer must follow to contribute to the project.
Following this guide ensures that contributions are organized, descriptive, and transparent for mentors and teammates.
1. Issue Creation
Add user login page).feature,bug,enhancement).2. Pull the latest changes
devbranch:3. Feature Branch Setup
feat: New featurefix: Bug fixdocs: Documentation onlyrefactor: Code restructure without changing behaviortest: Adding/updating testsNote: Branch names don't use
:symbol so it has been changed.4. Development & Code Standards
5. Commit Messages
feat: New featurefix: Bug fixdocs: Documentation onlyrefactor: Code restructure without changing behaviortest: Adding/updating tests6. Push and Pull request
<issue-number>-<issuer-name>/<issue-type>: <short description>Closes #<issue-number>7. Review and Merge
8. After Merge
Congrats, repeat the process for next contribution!!!