Skip to content

efguydan/Spotify-Stats

Repository files navigation

Spotify-Stats

An Android Application to display statistics about your listening activity on Spotify

Getting Started

  1. 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.

  2. 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
    

Making Changes

  1. Create a New Branch: Before making any changes, create a new branch for your feature or bug fix:

    git checkout -b feature_name
    
  2. 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.

  3. Test Your Changes: Thoroughly test your changes to ensure that they do not break existing functionality and that they meet the app's requirements.

  4. Commit Your Changes: Commit your changes with clear and concise commit messages:

    git commit -m "brief description of your change"
    

##Submiting Changes

  1. Push Your Changes: Push your changes to your fork on GitHub:
git push origin feature-name
  1. 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).

  2. Provide a Detailed Description: In your PR description, provide a detailed explanation of your changes and reference any relevant issues.

About

An Android Application to display statistics about your listening activity on Spotify

Topics

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •  

Languages