Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
27 lines (18 loc) · 1.02 KB

Contrubute

  • Before Start you must check your Github API rate limit (https://api.github.com/rate_limit) without Github Oauth and API Token.

  • To increase API rate limit Generate a GitHub personal access token using Github Oauth or Basic Authorization

  • Fork the Repository Or

  • clone repo: git clone https://github.com/genialkartik/hacktobefest-checker

  • Create working branch: Eg: git checkout -b new_branch_name

    • $ npm i or $ npm i -f
    • $ npm start
    • goto http://localhost:3000
  • Commit your changes:

    • git add .
    • git commit -m 'message'
    • git push -u origin new_branch_name
  • Create pull request: try to explain the changes or new feature you've added.

  • Or Create an Issue here

Cool! You deserve a big THANKS from me and whole community of Open Source Contributors.