Contributing guidelines [![Build Status](https://travis-ci.org/humanmade/comment-popularity.svg?branch=master)](https://travis-ci.org/humanmade/comment-popularity)
=======================

Coding Standards
----------------

Please follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/)

Contributions
-------------

Pull requests, reporting issues, feedback and ideas for new features and improvements are always welcome!

Releasing a new version
-----------------------

Obviously you'll need contributor access to the WordPress.org repository.

Install and run [the deployment script as per instructions](https://github.com/GaryJones/wordpress-plugin-svn-deploy)

Available Grunt tasks
---------------------

Linting: `grunt lint`
Minifying JS: `grunt minify`
Minify CSS: `cssmin`
