Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.9 KB

CONTRIBUTING.md

File metadata and controls

48 lines (30 loc) · 1.9 KB

Contributing to Liberty Tools for IntelliJ IDEA

We welcome contributions, and request you follow these guidelines.

Note: Starting with the 0.0.8 early release, Java 17 (bundled with IntelliJ IDEA version 2022.2+) and a minimum version of IntelliJ IDEA version 2022.2 are required to run Liberty Tools for IntelliJ IDEA.

Raising issues

Please raise any bug reports on the issue tracker. Be sure to search the list to see if your issue has already been raised.

A good bug report makes it easy for us to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue.

Legal

In order to make contribution as easy as possible, we follow the Developer's Certificate of Origin 1.1 (DCO) process for code contributions. We ask you to certify your contributions by signing off in your pull requests.

When you submit a pull request for review, you must include a sign-off statement in the commit message.

The following example includes a Signed-off-by line, which indicates that the submitter accepts the DCO:

Signed-off-by: John Doe <[email protected]>

You can include this automatically when you commit a change to your local git repository using the following command:

git commit -s

Coding Standards

This project follows Eclipse standard Java language coding conventions.

Please note:

  • all PRs must have passing builds

Developing

To learn how to set up, run, and test your development environment, see Developing Liberty Tools for IntelliJ IDEA.