Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.37 KB

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 2.37 KB

How to contribute

Community contributions are essential for maintaining the vitality of the RichFaces Project. Contributing to the project helps to deliver functionality you need and allows you to share your code with other contributors and users. We want to keep it as easy as possible to contribute your changes and we will work hard to deliver your contributions in an upcoming release. There are a few guidelines that we need contributors to follow to enable us to manage the process.

Getting Started

Making Changes

Make sure the code is properly formatted. A common mistake is changing the original line-endings (DOS/unix). Make sure the patch can be cleanly applied (particular line changes are clearly visible when using git diff HEAD^ or in GitHub commits history)

Submitting Changes

Additional Resources