Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 846 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 846 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure your code compiles and passes all tests. Run mvn install to compile and test;
  2. If you're adding a new endpoint, it must be properly documented with Swagger API;
  3. If your pull request is related to an issue, please link the issue in the description;
  4. You may merge the pull request in once you have it approved by the reviewers, or if you do not have permission to do that, you may request the reviewer to merge it for you.