Bump versions and add release notes
[dygraphs.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
93ec1094
DV
1Please read the guide to making dygraphs changes:
2http://dygraphs.com/changes.html
3
4Pull 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
11Be sure to document any new options you add. Also be aware that PRs which add
12options are likely to be rejected. dygraphs already has many options. If you
13can fit your feature into one of those or implement it as a plugin, it will be
14more likely to get merged.