Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhargav794/hacktoberfest-practice-music-playlists

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
https://github.com/bhargav794/hacktoberfest-practice-music-playlists

beginner beginner-friendly beginners-guide contributions-welcome first-timers good-first-issue good-first-pr good-first-prs learn learn-open-source looking-for-contributors music newbie spotify

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this 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](https://open.spotify.com/playlist/042y1O3TdTdoVmmaiHnJxF?si=694db3d090c64745)***
#### Got any favorite songs you listen to on loop while coding add them to our [spotify coding playlist](https://open.spotify.com/playlist/042y1O3TdTdoVmmaiHnJxF?si=694db3d090c64745) by following the instructions given below.

## ⭐ What Is [Hacktoberfest](https://hacktoberfest.digitalocean.com/)?

![Hacktoberfest Logo](https://user-images.githubusercontent.com/66371186/193650375-5a4ca90c-9842-4d7a-999a-451a943dd2c6.png)

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](https://git-scm.com/downloads)
2. Any IDE (preferrably [VScode](https://code.visualstudio.com/download))

Repo for you to raise a Pull Request for practice.

### Adding songs
Before adding Please check if the song already exists in [songs.md](https://github.com/bhargav794/hacktoberfest-practice-music-playlists/blob/main/songs.md)
Or [here in the spotify playlist](https://open.spotify.com/playlist/042y1O3TdTdoVmmaiHnJxF?si=694db3d090c64745)
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](https://help.github.com/articles/fork-a-repo/) this project
2. [Clone](https://help.github.com/articles/fork-a-repo/#step-2-create-a-local-clone-of-your-fork) your forked version `git clone [email protected]:/hacktoberfest-practice.git`
3. Make changes
4. [Commit](https://help.github.com/articles/adding-a-file-to-a-repository-using-the-command-line/) your changes (write a short descriptive message of what you have done)
5. [Push](https://help.github.com/articles/pushing-to-a-remote/) your changes to your forked version
6. Go to original project on GitHub & Create a [Pull Request](https://help.github.com/articles/about-pull-requests/)

## πŸ› οΈ Steps to contribute in detail

1. Fork this repository
2. Clone your forked copy of the project.

```bash
git clone https://github.com//hacktoberfest-practice-music-playlists.git
```

3. Change the working directory

```bash
cd hacktoberfest-practice-music-playlists
```

4. Add a reference to the original repository.

```
git remote add upstream https://github.com/bhargav794/hacktoberfest-practice-music-playlists.git
```

5. Check the remotes for this repository.

```
git remote -v
```

6. 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
```

7. Create a new branch.

```
git checkout -b
```

8. Open your favorite code editor and
#### make changes to ```songs.md``` file if you are adding songs
To add songs use the following syntax
```md
[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
```md
[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

9. Track your changes

```
git add .
```

10. Commit your changes .

```
git commit -m "Your message"
```

11. Push the committed changes in your feature branch to your remote repo.

```
git push -u origin
```

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

13. 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😎