Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 957 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 957 Bytes

Extingo

Chrome extension

SnapShot of All Extensions (to be attacked here)

Codeflow Extension

How to contribute ?

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

 $ git clone https://github.com/<your_user_name>/extingo.git

3. Checkout into a new branch

 $ git checkout -b <branch_name>

4. Make your changes

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>"

6. Push Code to Github under your branch

 $ git push origin <branch_name>   

Contributors