Welcome to WhereIsMyMotivation Android App! We appreciate your interest in contributing. Whether you're reporting bugs, suggesting improvements, or contributing code, your collaboration makes this project better for everyone.
Before you start contributing, please take a moment to review this document for guidelines on how to contribute to this project.
Please note that this project adheres to a Code of Conduct. By participating in this project, you agree to abide by its terms.
If you find a bug, please help us by providing a detailed bug report. Use the GitHub Issues section to report bugs. Ensure your bug report includes:
- A clear and descriptive title.
- A detailed description of the bug, including steps to reproduce.
- Your operating system and relevant environment information.
To suggest enhancements or new features, please use the GitHub Issues section. Provide a clear and concise description of your suggestion, including any relevant use cases or scenarios.
-
Fork the repository and create your branch from
main
.git clone https://github.com/janishar/wimm-android-app.git git checkout -b your-feature-branch
-
Make your changes and ensure that your code adheres to the project's coding standards.
-
Test your changes thoroughly.
-
Commit your changes with a clear and concise commit message.
git add . git commit -m "Add your concise commit message here"
-
Push to your forked repository.
git push origin your-feature-branch
-
Open a pull request with a detailed description of your changes.
Ensure that your code adheres to the coding standards used in this project. If there are specific guidelines, mention them here.
By contributing to this project, you agree that your contributions will be licensed under the project's license.
Thank you for contributing to WhereIsMyMotivation Backend!