UNPKG

1.01 kBMarkdownView Raw
1**Thank you for contributing to vis.js!!**
2
3Please make sure to check the following requirements before creating a pull request:
4
5* [ ] All pull requests must be to the [develop branch](https://github.com/almende/vis/tree/develop). Pull requests to the `master` branch will be closed!
6* [ ] Make sure your changes are based on the latest version of the [develop branch](https://github.com/almende/vis/tree/develop). (Use e.g. `git fetch && git rebase origin develop` to update your feature branch).
7* [ ] Provide an additional or update an example to demonstrate your changes or new features.
8* [ ] Update the documentation if you introduced new behavior or changed existing behavior.
9* [ ] 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).
10* [ ] Expect review comments and change requests by reviewer.
11* [ ] Delete this checklist from your pull request.