Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 964 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 964 Bytes

RESTEasy Contribution

Basic

  • Fork the repo
  • Create a new branch
  • Create a JIRA issue
  • Create a pull request
  • Agree with the Apache License 2.0 terms(shown in the example in below).

Code style

Make sure to follow the code style of the existing code.

Commit messages

When committing make sure the commit message is describing what is changed and why.

Here is an example:

Communication

More information

Read more about best practices in this github guide