Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 934 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 934 Bytes

Reporting issues

Before you report an issue please make sure to

  1. verify it is not a usage issue by searching our forum
  2. search the bug tracker for the issue if it's already posted
  3. include a live example. please use as minimal HTML/CSS/JS as possible (or use http://jsfiddle.net/)
  4. tell us which browser, browser version and operating system you are using

Committing code

We prefer

  • Pull Requests with a clear title and description.
  • Bug fixes and features that originate from an issue
  • Commits that are tagged with issues
  • Smaller commits rather than large ones

All pull requests should be done against the dev branch!

Never do commits to the master branch!