Welcome to LinuxDroid! We are excited that you're considering contributing to our open-source project. Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contribution you make will be greatly appreciated! 💖
Contributions come in many forms:
- Reporting Bugs 🐞
- Fixing Issues 🔧
- Improving Documentation 📖
- Suggesting Enhancements 💡
- Adding New Features ✨
No contribution is too small—whether you're fixing a typo or adding a new feature, your input is always valuable.
Please make sure to follow these basic guidelines to keep the contributions process smooth:
Create your own fork of the repository by clicking the "Fork" button on GitHub.
git clone https://github.com/your-username/linuxdroid.git
cd linuxdroid
Create a new branch where you will make your changes:
git checkout -b my-feature-branch
Feel free to add code, fix bugs, or update documentation. Make sure to test your changes thoroughly.
Make sure your commit messages are clear and descriptive:
git commit -m "Add new feature: Arch Linux ARM64 support"
Push your changes to your fork:
git push origin my-feature-branch
Once your changes are ready, submit a Pull Request to the main repository:
- Go to the repository on GitHub.
- Click on "New Pull Request."
- Compare the changes and submit!
After submitting your PR, it will be reviewed by the maintainers. Please address any feedback provided during the review process.
We follow the Contributor Covenant Code of Conduct to foster an inclusive and respectful community. Please make sure you follow these principles when contributing to the project.
To get started with the project:
- Make sure you read through the project's README.md to understand its structure and purpose.
- Check out the Issues section to find tasks or features to work on.
- We recommend looking for issues marked with
good first issue
if you're new to the project.
Follow these steps to create your PR:
- Ensure your code is well-tested: Make sure your changes are working by running them locally.
- Follow our coding style: Consistent formatting and clean code are key to maintaining a healthy project.
- Write detailed commit messages: Each commit should clearly explain the purpose of the changes.
- Squash commits if necessary: Keep your commits clean and avoid unnecessary commits like "fix typo."
Thank you for considering contributing to LinuxDroid! We appreciate your effort and are excited to see how your contributions will make this project even better.
If you have any questions or need help, feel free to reach out. Let's build something amazing together!
Made with ❤️ by the LinuxDroid community