Both feature requests and bug reports are welcome!
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