This project is used to practice Git and GitHub collaboration workflows.
It covers the typical workflow used by teams, including:
- Creating issues,
- Working with branches,
- Committing changes,
- Opening pull requests, and
- Reviewing code before merging.
The project also illustrates how CI/CD can be integrated into the collaboration process. CI/CD is responsible for automatically building, testing, and deploying changes.
By contributing to this repository, participants can practice the complete collaborative development cycle used in real-world software projects.
- Open an issue
- Create a branch
- Submit a pull request