Skip to content
This repository has been archived by the owner on May 27, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 491 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 491 Bytes

Contributing

It's great you want to contribute to this project. You can do this in many ways, so keep on reading. 😃 🎉

Coding

Here are some rules you should follow when you want to contribute code to this repo.

JavaScript/jQuery

  • We use the extensible module pattern, which is a variation of the popular Revealing Module Pattern. Please follow the style shown in the already existing JS files.