Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 883 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 883 Bytes

Contributing to shabbat-api

👏 First off, thank you for taking the time to contribute. 👏

  • Fork the repository
  • Create a new branch on your fork
  • Commit your changes
  • Create a pull request against the main branch

Code walkthrough

The main entrypoint of the application is ShabbatAPI.

A request can be build using APIRequest.

Using Jackson, the responses are parsed into APIResponse.

Build commands

  • mvn test run unit tests
  • mvn verify verify the project
  • mvn install install the snapshot version