Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 2.17 KB

CONTRIBUTING.md

File metadata and controls

46 lines (37 loc) · 2.17 KB

Contribution Guidelines

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

Looking to make your first PR?

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.

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. 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
  1. Push to your fork and submit a pull request
  2. Pat your self on the back and wait for your pull request to be reviewed and merged.

Are you a designer / react developer?

💻 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.

Resources