Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 678 Bytes

File metadata and controls

11 lines (8 loc) · 678 Bytes

Contributing to Course Service

Thank you for your interest in contributing to the Course Service! We welcome community contributions and appreciate your help in making this project better.

How to Contribute

  1. Fork the Repository: Create your own fork and branch off main.
  2. Make Changes: Add your feature or bug fix. Keep commits atomic and messages concise (max 5-6 words).
  3. Run Tests: Ensure you run mvn clean verify to verify the build and maintain the 70%+ JaCoCo test coverage threshold.
  4. 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!