Welcome! We're excited that you're interested in contributing to Notifications Module. Your contributions help make this project better for everyone.
Please take a moment to review this document to ensure your contribution process is smooth and effective.
Before contributing, make sure you:
-
Have Git installed.
-
Can run the project locally.
-
Are familiar with Android development basics (if contributing to code).
Click the Fork button on the top right to create your own copy of the project.
git clone https://github.com/your-username/Notifications-Module.gitReplace
your-usernamewith your actual GitHub username.
git checkout -b feature/your-feature-name
Make your edits in the appropriate files. Follow the code style and naming conventions used in the project.
git add .
git commit -m "Add: Your meaningful commit message"
git push origin feature/your-feature-name
Open a pull request (PR) to the dev branch (unless you are fixing something critical in main). Describe your changes clearly in the PR description.
We expect all contributors to abide by our Code of Conduct to create a welcoming and respectful environment.
You can contribute in many ways:
-
🚀 Feature development
-
🐛 Bug fixes
-
📝 Documentation improvements
-
🎨 UI/UX suggestions
-
✅ Code optimization
-
Keep PRs focused and small.
-
Use clear and concise commit messages.
-
Test your code before submitting.
-
Feel free to open an issue before starting major changes.
If you have questions, open an issue or reach out via lakshayjainfzr@gmail.com
Thank you for your interest in contributing! 💖