From 389f684ef2396285cb7d954aef8b4d6c7bfb3e11 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Sat, 2 Mar 2024 18:39:04 +0000 Subject: [PATCH] update contributing rules --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ccf35e..fc3eddc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,9 +16,9 @@ You can clone this repo and activate it like a normal WordPress plugin, but you' ### Setup 1. [PHP and JS install and build](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#development-setup) -2. `wp-env` is used for [local development](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#development-setup) -3. [Linting and formatting](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#development-setup) -4. [Automated testing guidelines](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#development-setup) +2. `wp-env` is used for [local development](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#wp-env) +3. [Linting and formatting](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#linting-and-formatting) +4. [Automated testing guidelines](https://github.com/codebtech/wp-feature-flags?tab=readme-ov-file#testing) ### Ahead of raising PR