Thank you for considering a contribution to AirPods Like Normal! Your support helps bring Apple-exclusive AirPods features to Linux and Android.
Read our Code of Conduct to keep our community approachable and respectful.
This guide provides an overview of the contribution workflow, from opening an issue to creating and reviewing a pull request (PR).
To get an overview of the project, read the README. Here are some resources to help you get started with open-source contributions:
- Finding ways to contribute to open source on GitHub
- Set up Git
- GitHub flow
- Collaborating with pull requests
To navigate our codebase with confidence, see the README for setup instructions and usage details. We accept various types of contributions, which don’t always require writing code (like translations).
To develop for the Android App, Android Studio is the preferred IDE. And you can use any IDE for the linux program, it is just python!
If you find a bug or want to suggest a feature, check if an issue already exists by searching through our existing issues. If no relevant issue exists, open a new one and fill in the details.
Browse our issues list to find an interesting issue to work on. Use labels to filter issues and pick one that matches your expertise. If you’d like to work on an issue, open a PR with your solution.
- Fork the repository and clone it to your local environment.
git clone https://github.com/your-username/AirPods-Like-Normal.git
cd AirPods-Like-Normal
- Create a working branch to start your changes.
git checkout -b your-feature-branch
-
Make your changes, following the existing style and structure.
-
Test your changes to ensure they work as expected and do not introduce new issues.
Commit your changes with a descriptive message.
When your changes are ready, create a pull request (PR):
- Fill out the PR template to help reviewers understand your changes.
- If your PR is related to an issue, don’t forget to link your PR to it.
- Enable the checkbox to allow maintainers to edit your PR, so any required changes can be merged easily.
Once your PR is open, a team member will review it. They may ask questions or request additional information.
- If changes are requested, apply them in your fork and commit them to the PR branch.
- Mark conversations as resolved as you apply feedback.
- For merge conflicts, follow this git tutorial to resolve them.
Congratulations! 🎉 Once merged, your contributions will be publicly available in AirPodsLikeNormal.