Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.13 KB

Contributing to GitHub Cards

We are going to create a pr. You need to know basic git and github commands to make a pr. If you don't know about it, check out Avneesh's Git and Github crash course

Click on fork in the top left corner of your screen. Clone the repo you have been redirected to

git clone url_redirected_to

Installing dependencies

If you use yarn then run

npm install

This project is using npm so stick to npm

Creating a new branch

git checkout -b new-feature

Starting server

npm run dev

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.

Creating a PR

Checkout this article by Avneesh to make a PR

You have successfully created a pull request and I will review and merge it soon.

Contributors