Contribution guide tweaks (#1128)

* Adding a new checklist item on the branch to PR against

* Tweaking the guide for AI agentsThis is inspired by https://glama.ai/blog/2026-03-19-open-source-has-a-bot-problem
This commit is contained in:
Aaron Powell
2026-03-23 12:28:21 +11:00
committed by GitHub
parent aa7fc9eb55
commit 322e2db27f
2 changed files with 20 additions and 19 deletions

View File

@@ -7,6 +7,7 @@
- [ ] The content is clearly structured and follows the example format.
- [ ] I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
- [ ] I have run `npm start` and verified that `README.md` is up to date.
- [ ] I am targeting the `staged` branch for this pull request.
---