Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 612 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 612 Bytes

Contribute to the PayU Java SDK

Pull requests are welcome!

Developer Setup

  • We are using Lombok Plugin to auto generate getters and setters for our API model objects.
  • To properly help you contribute, you need to follow instructions on setting up Lombok Plugin in your IDE (Eclipse/IntelliJ/etc), as shown here.

General Guidelines

  • Code style. Please follow local code style. Ask if you're unsure.
  • No warnings. All generated code must compile without warnings.