Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# GitHub Copilot Instructions

## Cherry-picking

Use `git cherry-pick -x` for cherry picks so the commit message records the
source commit SHA. Keep the cherry-pick commit message as git generates it by
default, and prefix the PR title with `[Cherry-Pick]`.
Loading