We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc840cd commit 0521380Copy full SHA for 0521380
1 file changed
.github/copilot-code-review-instructions.md
@@ -25,6 +25,9 @@ or the file is inside `docs/guidelines/`).
25
- All documentation files must use `.mdx` extension.
26
- File names must be **lowercase with dashes** — no underscores, no spaces
27
(e.g. `intel-realsense.mdx`, not `Intel_RealSense.mdx`).
28
+- Integration pages (files under `docs/integrations/`) must follow the
29
+ `[manufacturer]-[model].mdx` naming pattern
30
+ (e.g. `intel-realsense-d435.mdx`, `sick-tim571.mdx`).
31
- Image file names must also be lowercase with dashes, and be descriptive —
32
never use auto-generated names like `323d2324.webp`.
33
0 commit comments