Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.37 KB

Contributing to WP Feature Flags plugin

Code contributions, feedback, issue reporting and feature suggestions are welcome. Development MUST happen in feature branch that's branched off from main. All pull requests MUST be made against main branch.

Setting up Locally

You can clone this repo and activate it like a normal WordPress plugin, but you'll need to install the developer dependencies in order to build the assets and to run the tests.

Prerequisites

Setup

  1. PHP and JS install and build
  2. wp-env is used for local development
  3. Linting and formatting
  4. Automated testing guidelines

Ahead of raising PR

  1. Make sure you run all linting and tests and everything should pass.
  2. Add tests for new changes

Release and tagging

Once the PR is reviewed and approved the maintainers will perform the release process and issue the new release tag.