Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.67 KB

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1.67 KB

Contributing to Open Liberty Tools

Anyone can contribute to the Open Liberty Tools project and we welcome your contributions!

There are multiple ways to contribute: report bugs, fix bugs, contribute code, improve upon documentation, etc. You must follow these prerequisites and guidelines:

Contributor License Agreement

All contributors must signoff on the Contributor License Agreement when submitting a new pull request. Instructions how to sign and submit the agreement are here: https://github.com/OpenLiberty/open-liberty/blob/release/cla/open-liberty-cla-individual.pdf.

Raising issues

Please raise any bug reports on the Open Liberty Tools project repository's GitHub issue tracker. Be sure to search the list to see if your issue has already been raised.

A good bug report is one that make it easy for everyone 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.

Coding Standards

Please ensure you follow the coding standards used throughout the existing code base. Some basic rules include:

  • all files must have the IBM license in the header.
  • all PRs must have a passing build.