Welcome to report Issues or pull requests. It's recommended to read the following Contributing Guide first before contributing.
We use Github Issues to track public bugs and feature requests.
Please search on report Issues to avoid creating duplicate issue.
- Be sure to include a title and clear description, as much relevant information as possible.
- A code sample or an executable test case demonstrating is high recommended.
- We use master branch as our developing branch.
- Do not commit/push directly to the master branch. Instead, create a fork and file a pull request.
- When maintaining a branch, merge frequently with the master.
- When maintaining a branch, submit pull requests to the master frequently.
- If you are working on a bigger issue try to split it up into several smaller issues.
- We reserve full and final discretion over whether or not we will merge a pull request. Adhering to these guidelines is not a complete guarantee that your pull request will be merged.
The code team will monitor all pull request, we run some code check and test on it. After all tests passed, we will accecpt this PR. But it won't merge to master
branch at once, which have some delay.
Before submitting a pull request, please make sure the followings are done:
- Fork the repo and create your branch from
master
. - Update code or documentation if you have changed APIs.
- Add the copyright notice to the top of any new files you've added.
- Check your code lints and checkstyles.
- Test and test again your code.
Use Code Style for Java.
- 2 spaces for indentation rather than tabs