Contributing to Twitch4J

Thank you for considering to help us on this project. This guidelines presents:

How to contribute to Twitch4J

Of course you can contribute to our repository in 3 ways: Creating Issue Joining to our Discord Server * Create Pull Request

Issue

All your ideas, features, bug reports, etc. must be documented in following comments on issue tab. Questions in issue are not welcome. Use Discord server below to asking developers for your question.

Discord Server

Your problem is a hardest to reproduce? Having a questions, how to and where? Come, join to our Discord Server

Pull Requests

So, you are thinking about sending a pull request? Awesome! But... before starting on your pull request, you should read up on the pull request comment.

Before starting pull request make sure if:

  1. All your code will be subject to the project's licence, in this case MIT.
  2. Your code follows a style requirements mentioned below, and you didn't modified project style (ex. indentation style, bracket style, naming, comments, etc). Rewrites of certain systems are kindly welcome too.
  3. Your pull-request must be created ONLY against the develop branch!