Skip to content

Commit 0521380

Browse files
authored
chore: Update integration file naming guidelines in code review instructions (#148)
1 parent fc840cd commit 0521380

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/copilot-code-review-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ or the file is inside `docs/guidelines/`).
2525
- All documentation files must use `.mdx` extension.
2626
- File names must be **lowercase with dashes** — no underscores, no spaces
2727
(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`).
2831
- Image file names must also be lowercase with dashes, and be descriptive —
2932
never use auto-generated names like `323d2324.webp`.
3033

0 commit comments

Comments
 (0)