From 19dddee53650ba6e229170702cff7d15015d6510 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sun, 1 Feb 2026 15:57:55 -0800 Subject: [PATCH 1/2] Update CONTRIBUTING.md with AI guidelines reference Added a reference to the WordPress AI Guidelines for contributors. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4856875226..c528a4e023 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,8 @@ You are free to use artificial intelligence (AI) tooling to contribute, but we a This repo includes an [`AGENTS.md`](./AGENTS.md) file which is a [README for agents](https://agents.md/). This can be used by tools like Cursor, Gemini CLI, GitHub Copilot coding agent, OpenAI Codex, and others. If your AI tool doesn't support `AGENTS.md` directly, you can simply create a symlink to it using the file name your tool is looking for. +For more, please see see the [WordPress AI Guidelines](https://make.wordpress.org/ai/handbook/ai-guidelines/). + ## Reporting Security Issues Please see [SECURITY.md](/SECURITY.md). From a5e00267f405190ae1db1ebf6e4d9399f32d2644 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sun, 1 Feb 2026 15:58:54 -0800 Subject: [PATCH 2/2] Update PR template to include AI guidelines Added a reference to WordPress AI Guidelines in the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 210274f114..548dcb0a3c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,6 +13,8 @@ Fixes # You are free to use artificial intelligence (AI) tooling to contribute, but we ask that you disclose what tooling you are using and to what extent a pull request has been authored by AI. Are you using AI just as a code reviewer? Or, for the other extreme, are you using AI to write everything (e.g. "vibe coding")? It is your responsibility to review and take responsibility for what AI generates. For more, see CONTRIBUTING.md which includes instructions for how to provide instructions to AI agents. + +Moreover, see the WordPress AI Guidelines: . -->