# Contributing

1. [Fork][fork] the repo.

2. Clone the repo:

```bash
$ git clone git@github.com:YOUR-USERNAME/convert-rich-text.git
```

3. Setup

```bash
$ yarn install
```

4. Make sure the tests pass:

```bash
$ yarn test
```

5. Make your change. Add tests for your change. Make the tests pass.

6. Push to your fork and [submit a pull request][pr].

[fork]: https://help.github.com/en/github/getting-started-with-github/fork-a-repo
[pr]: https://github.com/voxmedia/convert-rich-text/compare/
