Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 931 Bytes

File metadata and controls

13 lines (9 loc) · 931 Bytes

CONTRIBUTING

Thanks.

Anyway, thank you for considering helping us improve our project and code. Whether accept or not, your effort will spread our project.

Contributing through a forked repository

The most elegant way to contribute code to TinyGame-Java is to use GitHub to create a fork of the TinyGame-Java repository and make your changes to that. Refer to the Forking TinyGame-Java version control instructions for detailed instructions.

You can give us some advice by the issues and help us improve our code by Pull Request. Additional, you can contact us directly by sending us an email to 1300136919@qq.com.

Style

We follow "阿里巴巴Java开发规范", you can download it here. We will use SonarLint to check your code for any style errors.