mirror of
https://github.com/ReVanced/revanced-patches-template.git
synced 2026-01-10 21:36:18 +00:00
1.7 KiB
1.7 KiB
👋🧩 ReVanced Patches template
This is a template for creating a new ReVanced Patches repository.
The repository can have multiple patches, and patches from other repositories can be used together.
For an example repository, see ReVanced Patches.
🚀 Get started
To start using this template, follow these steps:
1. Create a new repository using this template
2. Set up the build.gradle.kts file
Match the group of the project, the manifest attributes, and the POM that will be published to yours.
3. Set up the README.md file1
Add a title, a description, a license and a short summary of the patches that are included in the repository.
🎉 You are now ready to start creating patches!
🔘 Optional steps
You can also set up the following things:
- Add issue templates to the repository2
- Add contribution guidelines to the repository3
- If you want to publish your patches as a library, add documentation to the repository4