Skip to content

Commit bf1d260

Browse files
committed
Simplify instructions
1 parent e0bc825 commit bf1d260

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,5 @@ Language-specific rules live in `.github/instructions/code-conventions.instructi
4242
## Behavior Constraints
4343

4444
- **Validation:** After native code changes, ALWAYS run `bash tasks.sh --enable-cmake --build`.
45-
- **Dual Build:** CMake uses `GLOB_RECURSE` (auto-discovers); `Android.mk` lists files **explicitly** — update both when adding native sources.
46-
- **Commit Policy:** Only commit to feature branches, never force-push to `master`.
45+
- **Commit Policy:** Only commit to feature branches, never force-push to `master`. Write commit messages in English.
4746
- **Completeness:** Implement fully or request clarification — no TODOs in committed code.
48-
- **Thread Safety:** Never call OpenGL ES functions outside the GL thread.

0 commit comments

Comments
 (0)