Hi,
If AI-assisted PRs that ignore project guidelines start being generated at scale, there’s a concern that maintainer review time could be wasted.
One idea is to introduce a simple AGENT.md . Initially, it could stay minimal, for example:
- Follow Issue/PR templates
- Read
CONTRIBUTING.md,xxx.md,xxx.md, … - Run tests and verify the fix in local before making PR
If agents repeatedly submit PRs that ignore these, it may be worth considering closing them early.
Any thoughts?