Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 559 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 559 Bytes

Contributing

Please don't be afraid to help, any code or ideas are welcome.

Read on the Grafana Datasource developer guide here

All coding is done at src folder, and we let gulp (tsc) compile the changes to the dist folder.

Please note that we have to extend one class (query_ctrl.ts) from one of the Grafana classes, if you care about the typescript compiler errors, you need to put the Grafana app folder inside your node_modules.