Welcome to the world of open-source! It is really awesome to have you here. Before start contributing with this project make sure you read our Code Of Conduct, it is really important to make this inclusive and open to everyone
This is a beginner friendly repository made specifically for BlueLearn Sprint that helps you get your first PR. If you are a beginner, and looking for your first contribution, we are here to help. Just add your details to contributors.json
.
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.