-
Fork the repo.
-
Clone the repo:
$ git clone [email protected]:YOUR-USERNAME/convert-rich-text.git
- Setup
$ yarn install
- Make sure the tests pass:
$ yarn test
-
Make your change. Add tests for your change. Make the tests pass.
-
Push to your fork and submit a pull request.