mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-08-22 14:27:10 -04:00
Add AGENTS.md. (#53493)
This commit is contained in:
parent
92417abc36
commit
ea144429cd
2 changed files with 12 additions and 0 deletions
11
AGENTS.md
Normal file
11
AGENTS.md
Normal 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
1
CLAUDE.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
@AGENTS.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue