Thank you for considering contributing to the HealthyMood app! Your contributions help make this project better for everyone. Please follow these guidelines to ensure smooth collaboration:
- Fork the HealthyMood repository.
- Clone your forked repository to your local machine:
git clone https://github.com/yourusername/HealthyMood.git
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Ensure that your code follows the Kotlin coding standards.
- Test your changes thoroughly to avoid introducing bugs.
- Keep your commits concise and meaningful.
- Push your changes to your forked repository:
git push origin feature-name
- Open a pull request against the main branch of the original repository.
- Provide a clear and detailed description of your changes in the pull request.