Bump version to 2.0.1
[dygraphs.git] / .github / PULL_REQUEST_TEMPLATE.md
1 Please read the guide to making dygraphs changes:
2 http://dygraphs.com/changes.html
3
4 Pull Requests will only be accepted if:
5
6 - You clearly explain what you're adding and why you believe it's an
7   improvement. For example: "Fixes issue #123".
8 - You adhere to the style of the rest of the dygraphs code base.
9 - You write an `auto_test` for the code that you're adding.
10
11 Be sure to document any new options you add. Also be aware that PRs which add
12 options are likely to be rejected. dygraphs already has many options. If you
13 can fit your feature into one of those or implement it as a plugin, it will be
14 more likely to get merged.