]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add a note about breaking changes (#4555)
authorBen McCann <benjamin.j.mccann@gmail.com>
Mon, 24 Jul 2017 12:49:26 +0000 (05:49 -0700)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 24 Jul 2017 12:49:26 +0000 (14:49 +0200)
docs/developers/contributing.md

index ee08b4dd7a33aed3a71075ff0eef0876fe62ca0b..e6551d590d136a50910df1a933ed857b1e51aec5 100644 (file)
@@ -8,6 +8,7 @@ New contributions to the library are welcome, but we ask that you please follow
 - Check that your code will pass tests, `gulp test` will run tests for you.
 - Keep pull requests concise, and document new functionality in the relevant `.md` file.
 - Consider whether your changes are useful for all users, or if creating a Chart.js [plugin](plugins.md) would be more appropriate.
+- Avoid breaking changes unless there is an upcoming major release, which are infrequent. We encourage people to write plugins for most new advanced features, so care a lot about backwards compatibility.
 
 # Joining the project