An Android Application to display statistics about your listening activity on Spotify
-
Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy of the project in your own GitHub account.
-
Clone Your Fork: Clone your forked repository to your local machine using Android Studio or the command line:
git clone https://github.com/your_username/Spotify-Stats.git
-
Create a New Branch: Before making any changes, create a new branch for your feature or bug fix:
git checkout -b feature_name
-
Work on Issues: Ensure that your work is based on an open issue. If the issue does not exist, please create one to discuss your proposed changes.
-
Test Your Changes: Thoroughly test your changes to ensure that they do not break existing functionality and that they meet the app's requirements.
-
Commit Your Changes: Commit your changes with clear and concise commit messages:
git commit -m "brief description of your change"
##Submiting Changes
- Push Your Changes: Push your changes to your fork on GitHub:
git push origin feature-name
-
Create a Pull Request (PR): Create a pull request from your branch to the master branch of the original repository (Click the
New Pull Request
button located at the top of your repo). -
Provide a Detailed Description: In your PR description, provide a detailed explanation of your changes and reference any relevant issues.