Thanks for your interesting in helping make grunt-wp-i18n better! Read on for a few basic tips and guidelines for contributing.
Feel free to submit a pull request at any time, but please explain the reason for the change (use cases may be helpful). Opening an issue beforehand may also be beneficial to hash out the direction and determine if it's worthwhile.
Submit pull requests against the develop
branch.
Since this project is WordPress-centric, we try to follow the guidelines for WordPress' JavaScript Coding Standards.
Update the version in package.json
to point to the develop
branch:
"devDependencies": {
"grunt": "^1.0.0",
"grunt-wp-i18n": "git://github.com/cedaro/grunt-wp-i18n.git#develop"
}
Run npm install
to install the development branch.