mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +01:00
docs: part 4
This commit is contained in:
parent
26b9652135
commit
830a666a58
2 changed files with 23 additions and 4 deletions
|
@ -42,13 +42,21 @@
|
|||
Continuing the legacy of Vanced
|
||||
</p>
|
||||
|
||||
# 📙 Contributing guidelines
|
||||
# 👋 Contributing guidelines
|
||||
This document describes how to contribute to ReVanced Manager.
|
||||
|
||||
## 💬 Community Engagement rules
|
||||
We pledge to create a nice enviroment to everyone in the ReVanced community,
|
||||
please follow these rules so we can help reach our goal!
|
||||
|
||||
1. 🤗 **Be friendly**: If there's a disagreement, don't approach them with aggressive tone!
|
||||
2. 💬 **Be informative**: If you thinks that the additions or deletion of something is a bad idea, try to be desciptive of why you think this is a bad idea!
|
||||
3. 📜 **Follow GitHub Community Guidelines**: These 2 steps above are sufficient enough, but it's recommended that you read the [GitHub's Community Guidelines](https://docs.github.com/en/site-policy/github-terms/github-community-guidelines)
|
||||
|
||||
## 📖 Resources to help you get started
|
||||
* The [documentation](/docs/README.md) provides the steps by steps tutorial to compile ReVanced Manager from scratch
|
||||
* [Our backlog](https://github.com/orgs/ReVanced/projects/12) is where we keep track of what we're working on
|
||||
* [Issues](https://github.com/ReVanced/revanced-patches/issues) are where we keep track of bugs and feature requests
|
||||
* [Issues](https://github.com/ReVanced/revanced-manager/issues) are where we keep track of bugs and feature requests
|
||||
|
||||
## 🙏 Submitting a feature request
|
||||
Features can be requested by opening an issue using the
|
||||
|
@ -77,8 +85,8 @@ If you encounter a bug while using the ReVanced Manager app, open an issue using
|
|||
Once your PR is approved and merged, it will be included in the next release of ReVanced Manager
|
||||
|
||||
## 🤚 I want to contribute but don't know how to code
|
||||
|
||||
We accept translation at Crowdin
|
||||
Even if you don't know how to code, you can still help us by
|
||||
translate the ReVanced Manager application at Crowdin, or spread loves around the community!
|
||||
|
||||
<!-- TODO: Crowdin after release!!! -->
|
||||
|
||||
|
|
11
README.md
11
README.md
|
@ -46,14 +46,25 @@
|
|||
[![GitHub last commit](https://img.shields.io/github/last-commit/ReVanced/revanced-manager/compose-dev)](https://github.com/ReVanced/revanced-manager/commits/compose-dev)
|
||||
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/ReVanced/revanced-manager/compose-dev)](https://github.com/ReVanced/revanced-manager-compose/commits/compose-dev)
|
||||
|
||||
## ❓ About
|
||||
ReVanced Manager is an Android application that uses ReVanced Patcher to add, remove, and modify existing functionalities in Android applications
|
||||
|
||||
## 💪 Features
|
||||
We provide the some of the features are:
|
||||
* 📱 ReVanced Patcher that fit in your pocket!
|
||||
* 🤗 Friendly & initutive UI to help you manage your patched applications!
|
||||
* 🛠️ Lot's of customisation to patch using 3rd-party sources and integration!
|
||||
* ✨ And a lot more!
|
||||
|
||||
## 🔽 Download
|
||||
You can obtain ReVanced Manager by downloading it from either [revanced.app/download](https://revanced.app/download) or [GitHub Releases](https://github.com/ReVanced/revanced-manager/releases)
|
||||
|
||||
## 📄 Documentation
|
||||
Step on how to use the application and compile are available [here](/docs/README.md).
|
||||
|
||||
## 👋 Contributing
|
||||
You can find the contributing guidelines [here](/CONTRIBUTING.md), Thanks for consider contributing to ReVanced Manager!
|
||||
|
||||
## 🔴 Issues
|
||||
For suggestions and bug reports, open an issue [here](https://github.com/ReVanced/revanced-manager/issues/new/choose) with ReVanced Manager Compose label.
|
||||
|
||||
|
|
Loading…
Reference in a new issue