Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 542 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 542 Bytes

Pull Request Guidelines

Please follow these conventions below if you want to do a pull request.

General

  • Each pull request for a single feature or bug fix
  • If you are planning on doing something big, please discuss first with @viljamis about it
  • Does it fit into the current design?

Code formatting

  • Don’t use tabs to indent, instead use Soft Tabs (spaces) with tab size of 2.
  • Don’t leave trailing whitespaces.
  • Use Grunt and the included settings to run tests and build up the project.