We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bc825 commit bf1d260Copy full SHA for bf1d260
1 file changed
.github/copilot-instructions.md
@@ -42,7 +42,5 @@ Language-specific rules live in `.github/instructions/code-conventions.instructi
42
## Behavior Constraints
43
44
- **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`.
+- **Commit Policy:** Only commit to feature branches, never force-push to `master`. Write commit messages in English.
47
- **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