Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 521 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (23 loc) · 521 Bytes

Contributing Guide

Step 1. Fork the project
Step 2. Clone the forked project
Step 3. Create your feature/bug branch

git checkout -b (feature/bug)/(feature/bug)-name

Example :

git checkout -b bug/comment
git checkout -b features/snippet-tools

Step 5. Commit your changes

git commit -am 'Add some feature'

Step 6. Push your changes the the feature/bug branch

git push origin my-new-feature

Step 7. Create new pull request from your forked repo branch