Thank you for your interest in contributing to this project! Below is a guide on how to do so.
- If you find a bug or have a feature request, open an issue.
- Make sure to describe the problem clearly and include any screenshots or code examples.
- Fork the repository.
- Create a new branch for your changes:
git checkout -b branch-name - Make the necessary changes and commit them:
git commit -m "Description of changes" - Push the branch to your fork:
git push origin branch-name - Open a Pull Request (PR) on the original repository.
- Clearly describe the changes made and why they are necessary.
- To run the project locally, follow these steps:
- Create your API key and insert it in this file
- Clone the repository with Android Studio and enjoy:
git clone https://github.com/your-username/repo-name.git
NOTE: to exclude utils.kt you can do this command -> git update-index --assume-unchanged ./app/src/main/java/com/ctrlvnt/rytm/utils/apikey.kt