diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000000..1c68c4fd23 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,11 @@ +# vcpkg repository instructions + +## Port patches + +- Create or refresh patch files with `git diff --output= ...`, 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. diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..43c994c2d3 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md