Steps to be followed to contribute to the project.
-
Fork the Repository: Click the "Fork" button at the top-right corner of the repository's page to create your copy.
-
Clone Your Fork: Clone your forked repository to your local machine using the following command:
git clone <your-fork-url> -
Open the Project: Open the project in your preferred development environment.
-
Make Your Changes: Implement your code changes, fix issues, or add new features as needed.
-
Create a Pull Request (PR): When your changes are ready, create a pull request from your fork to the original repository. Please provide a descriptive title and a detailed description of your PR.
While working on this project, please adhere to these guidelines:
- Use a 2-space indent for code formatting.
- For Java code, follow the
GoogleStyleformatting guidelines. You can use thegoogle-java-formattool or import the code style from this link to your Integrated Development Environment (IDE). - For XML code, adhere to the standard formatting guidelines recommended by Android Studio or AndroidIDE.
We appreciate your contributions and look forward to collaborating with you to make this project even better!