This repo is to welcome beginners to Github and the opensource community by helping them learn how to make their first PR and contributions to open source!
So, try contributing in a meaningful way to other BlueLearn SPRINT issues and if you still want to generate a music certificate or add yourself to bluesprint.vercel.app go ahead and raise a PR.
Star this repo... pull requests from account with a star will only be merged.
Step#2: Fork and clone the repository
Do not directly clone the repository as it is not considered as a good practice.
git checkout -b new-user
in contributors
folder and name the file as YOUR-GITHUB-USERNAME.json
. Do not forget to include the .json
as file extension.
to YOUR-GITHUB-USERNAME.json
file in the below format:
{
"github-username": "YOUR-GITHUB-USERNAME",
"favourite-emoji": "YOUR-FAVOURITE-EMOJI",
"favourite-music": "YOUR-FAVOURITE-MUSIC-URL",
"favourite-color": "YOUR-FAVOURITE-COLOR"
}
"github-username"
same as the one you're making the pull request from.
"favourite-emoji"
any emoji you love. pick one from https://emojipedia.org/
"favourite-music"
any playlist/song from https://spotify.com/
"favourite-color"
any color in hex format (example: #fff44f).
You can pick a colour from https://www.google.com/search?q=color+picker
git add -A
git commit -m "added myself"
git push origin new-user
and submit a pull request.
and wait for your pull request to be reviewed and merged.
💻 This project is built using Next.js (React based framework) and is open to contributions from both frontend devs and designers who want to make this bigger and better.