From 79af18e27a14d441c1ac015e4ae458f0fd5b1082 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 06:58:02 +0000 Subject: [PATCH 1/2] Initial plan From f8f0b033bb1536f356103c56a326270bac822061 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 07:03:15 +0000 Subject: [PATCH 2/2] docs: clarify page navigation and superfooter contribution rules --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8aa6c2f..91efd389 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,11 @@ If you find a broken link, an incorrect date, or a bug on the site: ### 3. Improving the Site (DX/Quality) We are currently working through our [ROADMAP.md](./ROADMAP.md) to improve site quality and developer experience. If you want to help with Lighthouse scores, build scripts, or automation, please check the roadmap for "Open" tasks. +### 4. Adding or Updating Site Pages +If your PR adds a new page or updates page-level navigation: +- **Main/Sub Navigation:** Do not automatically add new pages to `_includes/nav.html`. Confirm with a maintainer first, since not every page belongs in the main or sub navigation. +- **Superfooter:** Add all pages to the superfooter in `_includes/footer.html` so they can always be discovered from the site footer. + --- ## Pull Request Guidelines