Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 707 Bytes

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