From 6a011df80e18af5709ed20a7df8f1d806a48c146 Mon Sep 17 00:00:00 2001 From: Nicolas Lemoine Date: Thu, 25 Apr 2024 21:47:25 +0200 Subject: [PATCH] chore!: Add contributing --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..45dfbc9 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +Contributing +============ + +This package follows WP-CLI policy and guidelines. + +For full details, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/).