UNPKG

573 BMarkdownView Raw
1Before submitting a pull request, make sure it's targeting the right branch:
2
3- For documentation fixes, use `master`.
4- For bug fixes or new features compatible with the next version, use `develop`.
5- For bug fixes incompatible with `develop`, use the support branch of the latest compatible version, which will be formatted `support/6.x`.
6
7If you're fixing a JavaScript issue, it would help to create a new test case under the folder `test/visual/` that recreates the issue and show's that it's been fixed. Run `npm test` to compile the testing folder.
8
9Happy coding! :)