Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 677 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 677 Bytes

RESTEasy Contribution

Basic

  • Fork the repo
  • Create a new branch
  • Create a pull request

Code style

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

Commit messages

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

<module/class or bugID>: a short description

A more detailed description
include what information you think are necessary
e.g. link to issue/bugzilla 

Communication

More information

Read more about best practices in this github guide