Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1009 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (24 loc) · 1009 Bytes

How to Contribute to Plugin Name

Requirements

wppb-mod comes with these tool requirements:

  1. PHP 5.3+
    • Note: WordPress is compatible back to 5.2, so not all your users will be able to use this plugin yet.
  2. Composer, for back-end libraries.
  3. npm, for build tools.
  4. Bower, for front-end libraries.
  5. Gulp, for project builds

Installation

  1. Clone the repository.
  2. Fill in your info everywhere.
  3. npm install
  4. gulp
  5. ???
  6. Profit!

Guidelines

Let you user developers know how to contribute. What branch should they pull against? What kind of things should they work on? Wiki? Etc.

If you want to contribute to wppb-mod, please work on and pull against the develop branch. If you're contributing to anything in the app folder, consider merging upstream.