UNPKG

498 BMarkdownView Raw
1### How to contribute to the library?
2
3- Make changes in the `/src` directory.
4- Before sending a pull request for a feature or bug fix, be sure to test it.
5- Use the same coding style as the rest of the codebase. The library is [Standard JS](https://standardjs.com/) compatible.
6- All pull requests should be made to the master branch.
7- Send commit summaries by following [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) specifications as possible as you can.