Follow these steps to contribute safely and correctly.
Click the Fork button at the top right of this repository.
This creates your own copy of the project.
git clone https://github.com/jyn626/IT121_POS.git
cd REPOSITORY-NAMENever work directly on main.
git checkout -b feature/your-feature-nameExamples:
feature/add-login-page
fix/button-alignment
docs/update-readme
You can:
- Fix bugs
- Add features
- Improve UI
- Optimize code
- Update documentation
Please follow the project’s coding style.
Use clear commit messages.
git add .
git commit -m "Added calculator button layout fix"Good commit message examples:
Fix navbar alignmentAdd music player featureImprove README documentation
git push origin feature/your-feature-name- Go to your fork on GitHub
- Click Compare & Pull Request
- Describe your changes clearly
- Submit the Pull Request