Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 932 Bytes

File metadata and controls

28 lines (16 loc) · 932 Bytes

How To Contribute

Frag accepts contributions from anyone, as long as you follow the guidelines below.

Features

We won't accept features which radically deviate from the key goals of Frag – a simple, light-weight grid system.

For example, don't try to get typographic styles added to the core – you can build your own library for that :)

Refactoring/Rewriting

We will accept refactors where it makes an improvement to the maintainability of the code-base or makes code more readable/understandable. If there's an argument about what's readable or not, chat about it in a pull-request.

Coding Guidelines

  • No trailing whitespace please (except in Markdown)
  • Generally follow the style that is currently present in the code – consistency is important
  • Test changes in all supported browsers (see readme)
  • Keep indentation consistent (four spaces)