Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.78 KB

CONTRIBUTING.md

File metadata and controls

34 lines (25 loc) · 1.78 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" 
}

Note:

"github-username" should be same as the one you're making the pull request from. 
  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 / developer?

💻 Feel free to add a code snippet, be it a script or a DSA/CP problem or anything with your details to readme. Open to contributions from both devs, CP/DSA solvers and designers who want to make open-source bigger and better.

Resources