From 356b8a23319fb70be3c420844da2d30083050f57 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 21:02:41 -0400 Subject: [PATCH] Add .github/copilot-instructions.md with Meshtastic design standards (#1053) Agent-Logs-Url: https://github.com/meshtastic/web/sessions/cf1d1394-bc72-4314-b0d5-03120457d4dc Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com> --- .github/copilot-instructions.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 00000000..161ac837 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,3 @@ +## Design Standards + +All UI must comply with the [Meshtastic Client Design Standards](https://raw.githubusercontent.com/meshtastic/design/refs/heads/master/standards/meshtastic_design_standards_latest.md). Fetch and review this document before making any UI changes.