Skip to content

Latest commit

History

History
42 lines (22 loc) 路 720 Bytes

CONTRIBUTE.md

File metadata and controls

42 lines (22 loc) 路 720 Bytes

How to contribute to heatmap.js

@ TODO: more

Prerequisites

  • npm
  • grunt-cli
  • Texteditor (recommended: Sublime)

Coding Style

Tabs or Spaces?

Spaces! 2 spaces.

Typical Workflow of a Contribution to heatmap.js

A contribution to heatmap.js is not a plugin. If you want to contribute a plugin a similar workflow applies but you don't have to run the watcher (because it won't go into the build).

Checkout repository

Install

npm install

Create a new feature branch

Add new file to watcher

If you're introducing a new file you'll have to add it to the package.json 's buildFiles

Run watcher

grunt

Add your code

Add an example/tests

Create pull request