Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 946 Bytes

File metadata and controls

30 lines (18 loc) · 946 Bytes

Contributing Guide

Issues

Both feature requests and bug reports are welcome!

Pull Requests

Pull Requests are welcome!

Before contribution, please read LICENSE and please agree to your contribution will be published under the license.

For small changes like fixing typo or documentation changes, You can create Pull Requests without making issues.

This project uses mod-patching to edit RTM sources. To develop with mod-patching, it's required to follow steps below:

Before start development or after changing RTM version, please run ./gradlew preparePatchingEnvironment.

After checkout, please run ./pm.apply-patches.

Before commit, please run ./pm.create-diff.

For more details, please see source-patching-development