Add AGENTS.md. (#53493)

This commit is contained in:
Billy O'Neal 2026-08-19 16:03:54 -07:00 committed by GitHub
parent 92417abc36
commit ea144429cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

11
AGENTS.md Normal file
View file

@ -0,0 +1,11 @@
# vcpkg repository instructions
## Port patches
- Create or refresh patch files with `git diff --output=<patch-file> ...`, not shell output redirection. This preserves exact line endings, including CRLF bytes in patch hunks.
## Pull requests
- Before opening or drafting a pull request, read `.github/pull_request_template.md`, determine which checklist applies, and verify each relevant item.
- Keep / uncomment applicable checklists in pull request bodies and complete them accurately. Do not make up your own checklists.
- When considering opening a pull request, note that vcpkg maintainers review contributions according to `.github/skills/shared/review-vcpkg-pr-guide.md`. Consult it at that stage to anticipate the evidence and package-readiness checks the review will apply; it is not required for unrelated work.

1
CLAUDE.md Normal file
View file

@ -0,0 +1 @@
@AGENTS.md