Skip to content

Commit 41a9dad

Browse files
authored
Add Copilot instructions for development workflow (#35)
- Add concise guidelines for test cases and commits - Enforce English for commit messages and PR descriptions - Specify documentation language requirements - Keep instructions minimal and actionable
1 parent 9edab74 commit 41a9dad

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GitHub Copilot Instructions for CameraCapture
2+
3+
## Code Guidelines
4+
- Add/adjust test cases when fixing bugs or adding features
5+
- Run all tests before commit
6+
- Use English for git commit messages and PR descriptions
7+
- All `.md` files in `docs/` must be in English
8+
- Only commit necessary new `.md` files after review.

0 commit comments

Comments
 (0)