Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

27 lines (21 loc) · 1.15 KB

Contributing

This is a rough guide for contributing.

To contribute a bugfix:

  • Create a pull request on github
  • Create one pull request per bug
  • Include as much information about your bug as possible, preferably a unit test or a stand alone minimal reproducer

If you are looking to contribute features please create a pull request. If you are looking for contribution ideas, the following specifications are excellent candidates:

Code Guidelines

This is a Java 7 project (for now). Please avoid using features only available in newer Java versions. I am thinking about switching to Java 8, any feedback about this is appreciated.