You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: move coding guidelines from .github to docs/ (#358)
* Reorganized repository documentation and updated internal configuration to reference the new docs location.
Documentation
* Updated contributor and instruction guides to point to the relocated documentation files so links and references remain correct.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
docs/ # Contributor docs: coding guidelines and design documentation
80
82
.github/workflows/ # CI/CD pipelines
81
83
```
82
84
@@ -95,7 +97,7 @@ package.json # Node.js scripts and release ID
95
97
-**C++ formatting available**: `clang-format` is installed but not in CI
96
98
- No automated linting is configured — match existing code style in files you edit.
97
99
98
-
See `cpp.instructions.md`, `esp-idf.instructions.md` and `web.instructions.md` for language-specific conventions, and `cicd.instructions.md` for GitHub Actions workflows.
100
+
See `docs/cpp.instructions.md`, `docs/esp-idf.instructions.md` and `docs/web.instructions.md` for language-specific conventions, and `docs/cicd.instructions.md` for GitHub Actions workflows.
99
101
100
102
### Attribution for AI-generated code
101
103
Using AI-generated code can hide the source of the inspiration / knowledge / sources it used.
0 commit comments