charting-library-examples/CONTRIBUTING.md
2018-08-27 13:51:58 +03:00

707 B

Creating new issue

  1. Please make sure that your issue is addressed to the examples, NOT to the Charting Library.
  2. Please search for similar issues before creating a new one. It is quite possible that someone has already encountered the same issue and you can find a solution much faster.

Contributing Code

Before making a commit please make sure that your commit does not contain the Charting Library's code.

Commit messages

  • If you change the code of one or more examples, please make sure that your commit messages are started with the [EXAMPLE-NAME] .

    Example: [react-javascript] Fixed bug with rendering header #000