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 Hacktoberfest that helps you get your first PR and takes you a step closer to earning your Hacktoberfest T-shirt 👕. If you are a beginner, and looking for your first contribution, we are here to help. Just add your details to contributors.json
.
- Fork and clone the repository
- Create a new branch:
git checkout -b my-branch-name
- Append your details to
contributors.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"
}
Note:
"github-username" should be same as the one you're making the pull request from.
"favourite-emoji" can be any emoji supported by modern browsers. You can pick one from https://emojipedia.org/
"favourite-music" can be any song from https://soundcloud.com/
"favourite-color" can be any color in hex format (example: #fff44f). You can pick a colour from https://www.google.com/search?q=color+picker
- Push to your fork and submit a pull request
- Pat your self on the back 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.