Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 500 Bytes

Contributing

  1. Fork the repo.

  2. Clone the repo:

$ git clone [email protected]:YOUR-USERNAME/convert-rich-text.git
  1. Setup
$ yarn install
  1. Make sure the tests pass:
$ yarn test
  1. Make your change. Add tests for your change. Make the tests pass.

  2. Push to your fork and submit a pull request.