Contribution
Add new playlist
If you want to add new playlist, please sort alphabetically A-Z.
Add new genre
If you want to add new genre, please sort alphabetically A-Z in getMenuSidebar()
function inside config.js file and then create a new markdown file inside playlist directory and follow this template:
---
sidebarDepth: 2
title: Genre's name
---
| Playlist Name | Playlist Link | Platform | Playlist Author Name/Contributor Name | Note | Subgenre |
| ------------- |-------------- | -------- | ------------------------------------- | ---- | -------- |
Create a pull request
- Fork this repository project on GitHub
- Clone the project which you had been forked before
- Create your feature branch:
git checkout -b your-new-branch
- Edit that what you want to change
- Add your change to the staging area git:
git add .
- Commit your change:
git commit -m "some message"
- Push to the branch:
git push -u origin your-new-branch
- Submit a pull request 😄