Patches for T2C App.
T2C App Patches is a collection of patches for the T2C App, maintained by dumb-software.
This project is based on the Morphe Patches template.
To use these patches, you can add them to Morphe Manager.
Click here to add these patches to Morphe: https://morphe.software/add-source?github=dumb-software/T2C-App-Patch-Morphe
Or manually add this repository url as a patch source in Morphe: https://github.com/dumb-software/T2C-App-Patch-Morphe
To develop and release T2C App Patches:
- Development starts in feature branches. Once a feature branch is ready, it is squashed and merged into the
devbranch. - The
devbranch is merged into themainbranch once it is ready for release. - Semantic versioning is used to version the patches.
- Semantic commit messages are used for commits.
- Commits on the
devandmainbranches are automatically released via therelease.ymlworkflow.
To build T2C App Patches, run:
./gradlew :patches:buildTo generate the patches list:
./gradlew :patches:generatePatchesListThank you for considering contributing to T2C App Patches.
You can find the contribution guidelines here.
T2C App Patches are licensed under the MIT License.