Thank you for your interest in contributing to our project! Follow the steps below to contribute:
- Click the "Fork" button at the top right of this repository to create your copy.
- Clone the repository to your local machine:
git clone https://github.com/your-username/root_guides.git
- Create a new branch for your contribution:
git checkout -b feature/device-rooting
- In the
devices
directory, create a new folder for the rooted device. The folder name should include the manufacturer, model, and Android version. For example:
devices/xiaomi/redmi_note_11_android_12
- Inside the folder, create a Markdown file following this structure:
# Root Guide for Redmi Note 11 running Android 12
## Prerequisites
- List any prerequisites or requirements for the rooting process.
## Steps
1. Step 1 details.
2. Step 2 details.
3. ...
## Additional Notes
- Any additional information or troubleshooting steps.
- Save and commit your changes:
git add devices/xiaomi/redmi_note_11_android_12/redmi_note_11_android_12.md
git commit -m "Add rooting steps for Redmi Note 11 on Android 12"
- Push your changes to your forked repository:
git push origin feature/device-rooting
- Open a pull request on the original repository. Provide a clear title and description.
- Wait for the maintainers to review your pull request. Be responsive to feedback.
- Collaborate during the review process. Your contribution is appreciated!
Thank you for making our root guides better!