UNPKG

512 BMarkdownView Raw
1## Contributing
2
3* Make sure your changes pass the unit tests!
4* To run the tests locally, run:
5
6```js
7npm install
8npm run test
9```
10
11* We use the [Standard](https://standardjs.com/) style guide
12 * Run `npm run fix` to automatically format code to comply with the style guide
13 * Don't feel pressured to code in Standard! Just run `npm run fix`
14* When adding a new feature, please add a unit test in `/test/test.js`
15* If you have any suggestions regarding our workflow, please feel free to open an issue :smile: