Thanks for your interest in contributing to android-notify! Your help makes this project better for everyone. Whether you're fixing a bug, improving documentation, or adding new features, contributions of all sizes are welcome.
- Fork the Repo
Create your own copy via the Fork button.
- Clone Locally
git clone https://github.com/Fector101/android_notify.git
cd android-notify- Create a Branch
git checkout -b feature-or-fix-name- Make Your Changes
Follow the existing coding style.
Test your changes where possible.
If it's a bug fix, try to include a test or log explanation.
- Commit Clearly
git commit -m "Fix: corrected NameError in service.py"- Push and Open a PR
git push origin feature-or-fix-nameGo to GitHub and open a Pull Request to the main branch.
Keep code readable and consistent.
Avoid unnecessary dependencies.
Add comments for any non-obvious logic.
Use Logger where relevant for debugging output.
If you add a new dependency, make sure to:
Justify its use.
Add it to requirements.txt or your buildozer.spec if needed.
If you're unsure how to start or run into issues, feel free to:
Open an issue with your question or suggestion.
Drop a comment in a relevant thread.
Thanks again for helping improve android-notify! 💙