Thank you for your interest in contributing to the Course Service! We welcome community contributions and appreciate your help in making this project better.
- Fork the Repository: Create your own fork and branch off
main. - Make Changes: Add your feature or bug fix. Keep commits atomic and messages concise (max 5-6 words).
- Run Tests: Ensure you run
mvn clean verifyto verify the build and maintain the 70%+ JaCoCo test coverage threshold. - Submit a Pull Request: Open a PR with a clear description of your changes.
Please make sure to follow standard Java coding conventions. Happy coding!