Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.21 KB

How to contribute

Want to show Jodd some love? Help out by contributing!

Find a bug?

Log it in our issue tracker (in GitHub or in old GoogleCode) or send a note to the user group or simply send us an email. Be sure to include all relevant information, like the versions of Jodd you’re using. A code snippet that caused the issue as well as any error messages are also very helpful.

Need help?

Join our mailing list or simply contact our support via email.

Have a patch?

The best way to make sure your issue or feature is addressed is to submit a patch. We accept patches through all mediums: pull requests, email, issue comment, link to a snippet, graffiti outside of John's apartment, etc.

However, before sending a patch, please make sure that the following applies:

  • Your commit message is descriptive.
  • Your patch doesn't have useless merge commits.
  • Your coding style is similar to ours.
  • Your patch is 100% tested. We don't accept any test regressions.
  • All tests checks pass.
  • You understand that we're super grateful for your patch!

Want to write docs?

Documentation is very valuable to us. So just send it anyway you like :)