Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 521 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 521 Bytes

Contributing to WP Featherlight

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Please make all pull requests against the develop branch. These are the steps required to get up and running with the development version of the plugin:

  • Clone forked repo
  • Run yarn install
  • Run bower install
  • Run grunt build
  • Commit all changes and generated files and create a pull request against develop

If you run into any issues or have any questions, please open an issue.

Thanks again!