From 91ed7746ee90eb09baa25bde12f161321e571ab2 Mon Sep 17 00:00:00 2001 From: Steve Magne Date: Mon, 6 Oct 2025 11:39:27 -0300 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54f6bb9..8945cea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -152,7 +152,7 @@ display: 1. **Fork this repository** 2. **Create a new branch** for your contribution -3. **Add your instruction, prompt file, chatmode or collection** following the guidelines above +3. **Add your instruction, prompt file, chatmode, or collection** following the guidelines above 4. **Run the update script** (optional): `node update-readme.js` to update the README with your new file - A GitHub Actions workflow will verify that this step was performed correctly - If the README.md would be modified by running the script, the PR check will fail with a comment showing the required changes