Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 730 Bytes

Reporting issues

Before you report an issue please make sure to

  1. search for the issue if it's already posted
  2. include a live example. please use as minimal HTML/CSS/JS as possible or use http://jsfiddle.net/
  3. tell us which browser, browser version and operating system you are using

Committing code

We like

  • 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

Never do commits to the master branch!