Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 453 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 453 Bytes

How to contribute

  1. Fork TextHighlighter
  2. Check out the develop branch
  3. Make a feature branch (use git checkout -b "new-feature")
  4. Make your new feature or bugfix on your branch
  5. From your branch, make a pull request against nakshay/TextHighlighter/develop
  6. Wait for your change to be pulled into nakshay/TextHighlighter/develop
  7. Merge nakshay/TextHighlighter/develop into your origin develop
  8. Delete your feature branch