feat: Init

This commit is contained in:
oSumAtrIX
2023-12-04 02:29:00 +01:00
commit 66be625f25
18 changed files with 12739 additions and 0 deletions

35
README.md Normal file
View File

@@ -0,0 +1,35 @@
# 👋🧩 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](https://github.com/revanced/revanced-patches).
## 🚀 Get started
In order to start using this template, follow these steps:
### 1. [Create a new repository using this template](https://github.com/new?template_name=revanced-patches-template&template_owner=ReVanced)
### 2. Set up the `build.gradle.kts` file
Match the group of the project, the manifest attributes as well as the POM that will be published to yours.
### 3. Set up the `README.md` file[^1]
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 repository](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)[^2]
- Add contribution guidelines to the repository[^3]
- If you want to publish your patches as a library, add documentation to the repository[^4]
[^1]: [Example README.md file](https://github.com/ReVanced/revanced-patches/blob/main/README.md)
[^2]: [Example issue templates](https://github.com/ReVanced/revanced-patches/tree/main/.github/ISSUE_TEMPLATE)
[^3]: [Example contribution guidelines](https://github.com/ReVanced/revanced-patches/blob/main/CONTRIBUTING.md)
[^4]: [Example documentation](https://github.com/ReVanced/revanced-patches/tree/docs/docs)