UNPKG

821 BMarkdownView Raw
1**Thank you for contributing to visjs!!**
2
3Please make sure to check the following requirements before creating a pull request:
4
5* [ ] **Don't change any code you don't need to change!**
6* [ ] Only fix one issue/feature at a time!
7* [ ] Provide an additional example to demonstrate your changes or new features.
8* [ ] If you add a new feature don't foreget to add jsdocs and general user-documentation.
9* [ ] Update the documentation if you introduced new behavior or changed existing behavior.
10* [ ] Reference issue numbers of issues that your pull request addresses. (If you write something like `fixes #1781` in your git commit message this issue gets closed automatically by merging your pull request).
11* [ ] Expect review comments and change requests by reviewer.
12* [ ] Delete this checklist from your pull request.