Merged
Conversation
Signed-off-by: He, Xin3 <xin3.he@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a custom instruction file for GitHub Copilot to enforce consistency between English and Chinese README files during code reviews.
Changes:
- Added
.github/copilot-instructions.mdwith a single instruction
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
yiliu30
approved these changes
Jan 27, 2026
Contributor
Author
|
@copilot 帮我优化这个instruction, 不仅限于README.md, 任何markdown文件,我们检索到有对应的_CN后缀文件,都要对比检查 |
9 tasks
Contributor
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: xin3he <83260933+xin3he@users.noreply.github.com>
lvliang-intel
pushed a commit
that referenced
this pull request
Feb 2, 2026
Signed-off-by: He, Xin3 <xin3.he@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ensure readme change is consistent by adding copilot instruction.
https://docs.github.com/zh/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review?tool=webui#customizing-copilots-reviews-with-custom-instructions
Type of Change
Related Issues
Fixes or relates to #1235
Checklist Before Submitting