Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

39 lines (29 loc) · 1.46 KB

I found a bug!

1. Search for it

Briefly search the issues to see if there is an existing issue covering this bug. Respond as you feel appropriate, if there is one.

2. Create a new issue

Create an issue! Be sure to include as much of the following as you can:

  • Version of the client library.
  • JVM version.
  • Operating system.
  • Steps to reproduce (Example code, preferably!).
  • Stacktrace observed.
  • Version of the client library where it was working before, if you knew of one.

I have a suggestion!

1. Search for it

Briefly search the issues to see if there is an existing issue covering this suggestion. Respond as you feel appropriate, if there is one.

2. Create a new issue

Create an issue! Be as thorough as you can with your suggestion. Explain why you feel it should be added to the library.

I want to contribute code!

Cool! Consider creating an issue first for an idea that isn't already accepted as a feature to be added or talk about it on IRC (irc.esper.net #kitteh.org) first to ensure your idea will get in! Or, feel free to jump straight to submitting the PR. Thanks!