Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.13 KB

d3-ez

Contributing Guidelines

d3-ez is a library of reusable graphs and charts which use D3.

The dist/d3-ez.js and dist/d3-ez.css files are built from source files in the src directory. Do NOT edit the dist files directly, but rather edit the src files and then run make or npm test to generate the dist files.

Code Styles

To ensure d3-ez code formatting is kept standard, IDE configuration files for PHPStorm and Atom can be found in the config directory. If contributing to d3-ez please ensure code formatting is maintained as per these standards.

Please feel free to contribute code style configuration files for other popular IDEs.