This repository is an index of favorite songs. Add the name of your favorite song, the artist, and a link!
- Clone this repository (or open in codespace)
- Create an issue describing the change you want to make (i.e "add Aldo favorite song").
- Create a branch with your name and your linked issue (i.e 5-add-aldo-song).
- Add the name of your favorite song, including the artist and a link to the music on some platform (i.e Spotify, Apple Music, Youtube...)
- Commit with a message using the source control tab in your IDE, or in your terminal.
- Push commit to your created branch (i.e git push origin 5-add-aldo-song).
- Go into Github and create the pull request.
- Make sure linting GitHub Action passes and you get at least 2 approvals before being merged.
Do not commit directly to main!