Hacktoberfest Practice Music Playlists Save

Add your favorite songs to this coding playlist this is a practice project for helping beginners to get started with open source and make their first contributions

Project README

hacktoberfest-practice-music-playlists

Note:-This repo is not included in the Hacktoberfest event, as it is for practice only. If you have any trouble or got stuck at some point raise an issue and I will help.Leave a star if you enjoyed this project

🎧 visit the spotify playlist of all the favourite songs of our contributors here

Got any favorite songs you listen to on loop while coding add them to our spotify coding playlist by following the instructions given below.

⭐ What Is Hacktoberfest?

Hacktoberfest Logo

Hosted by DigitalOcean for the 9th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.

πŸš€ Contributing

You need the following things installed to contribute to open source

  1. If you don't have git installed on your system install it here
  2. Any IDE (preferrably VScode)

Repo for you to raise a Pull Request for practice.

Adding songs

Before adding Please check if the song already exists in songs.md Or here in the spotify playlist If not Just add your favorite songs to songs.md file and I will add them to the coding playlist in spotify.

Adding playlists

Already got a playlist you made and love to hear while coding add them to playlists.md file

πŸ‘€ Steps in brief

  1. Fork this project
  2. Clone your forked version git clone [email protected]:<YOUR-USERNAME>/hacktoberfest-practice.git
  3. Make changes
  4. Commit your changes (write a short descriptive message of what you have done)
  5. Push your changes to your forked version
  6. Go to original project on GitHub & Create a Pull Request

πŸ› οΈ Steps to contribute in detail

  1. Fork this repository
  2. Clone your forked copy of the project.
git clone https://github.com/<your username>/hacktoberfest-practice-music-playlists.git
  1. Change the working directory
cd hacktoberfest-practice-music-playlists
  1. Add a reference to the original repository.
git remote add upstream https://github.com/bhargav794/hacktoberfest-practice-music-playlists.git
  1. Check the remotes for this repository.
git remote -v
  1. Always take a pull from the upstream repository to your main branch to keep it at par with the main project(updated repository).
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Open your favorite code editor and

make changes to songs.md file if you are adding songs

To add songs use the following syntax

[song name](spotify link of the song)  by Artist name

replace song name with name of the song you are adding, spotify link with the spotify link of the song you are adding and Artist name with the name of the artist

make changes to playlists.md if you are adding playlists

To add playlist use the following syntax

[playlist name](spotify link of the playlist)

replace playlist name with name of the playlist you are adding and spotify link with the spotify link of the playlist you are adding

  1. Track your changes
git add .
  1. Commit your changes .
git commit -m "Your message"
  1. Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
  1. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

  2. Voila πŸŽ‰ You have made a PR to the this project. Sit back patiently and relax while the project maintainers review your PR.


πŸ’– Thanks for the amazing music guys


A Website for all the songs and playlists is coming soon😎

Open Source Agenda is not affiliated with "Hacktoberfest Practice Music Playlists" Project. README Source: bhargav794/hacktoberfest-practice-music-playlists

Open Source Agenda Badge

Open Source Agenda Rating