Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 409 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 409 Bytes

Contributors are welcome!

Open an issue regarding an improvement you thought of, or a bug you noticed, or ask to be assigned to an existing one. If the issue is confirmed, fork the repository, do the changes on a separate branch and make a Pull Request. After review and acceptance, the PR is merged and closed.

Make sure the maven build

$ mvn clean install -Pcheckstyle

passes before making a PR.