We welcome contributions to musap-android! This document provides guidelines for contributing to the project.
- Fork the repository - Start by forking the repository to your GitHub account.
- Clone your fork - Clone your fork to your local machine for development.
- Create a new branch - Create a branch in your local repository for your contribution.
- Commit your changes - Make your changes in your branch and commit them with a clear, descriptive message.
- Push to your fork - Push your changes to your fork on GitHub.
- Create a Pull Request - Submit a pull request from your fork to the main repository. Provide a clear description of your changes.
- Follow the existing coding style.
- Write tests for your changes.
- Ensure your code passes all tests.
- Use the GitHub issue tracker to report bugs.
- Provide detailed information about the issue, including steps to reproduce it.
Thank you for contributing to musap-android!