Update CONTRIBUTING.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Steve Magne 2025-10-06 11:39:27 -03:00 committed by GitHub
parent 72952cc63b
commit 91ed7746ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -152,7 +152,7 @@ display:
1. **Fork this repository** 1. **Fork this repository**
2. **Create a new branch** for your contribution 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 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 - 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 - If the README.md would be modified by running the script, the PR check will fail with a comment showing the required changes