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)-nameExample :
git checkout -b bug/commentgit checkout -b features/snippet-toolsStep 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-featureStep 7. Create new pull request from your forked repo branch