Skip to content

Commit

Permalink
Add a note about breaking changes (chartjs#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and simonbrunel committed Jul 24, 2017
1 parent 73bca60 commit fecfaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/developers/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fecfaf2

Please sign in to comment.