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.

- Run `grunt bumpto:[patch|minor|major]` ( changes version number in plugin and readme )
- Run `grunt makepot` and commit if necessary
- Run `git changelog` ( requires git-extras ) and copy changelog.md to the README.txt
- Run `grunt wp_readme_to_markdown`
- Run `grunt shell`
- Run `git push && git push --tags`
- Run `grunt copy:build`
- Test plugin from build
- Run `grunt wp_deploy`
- Delete build folder ( `grunt clean:build` )

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

Linting: `grunt lint`
Minifying: `grunt minify`
