CopyRight © 2025 CZSZXYY.com All Right Reserved.
通信地址┃河北省沧州市新华西路16号
冀ICP备15027098号

在存储仓库的 .github/instructions
目录中创建或更新文件,例如 frontend.instructions.md
。
添加一个带有一个或多个路径的 applyTo,例如,webapp/src/**)。
添加简洁、独立的指南。
提交并打开或更新接触匹配路径的拉取请求 - Copilot 代码评审将使用相关说明。
例如:
# frontend.instructions.md
applyTo:
- webapp/src/**
- ui/components/**
---
Emphasize accessibility (ARIA, focus management). Prefer design tokens. Flag deprecated components under `legacy/`.
有关更多详细信息,请查看 Copilot 自定义说明的文档。