From 3f0bba475ec40b9680e1d0311b9caffeec5ad4c3 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 10 Aug 2026 14:02:01 +1000 Subject: [PATCH] fix: prevent invalid contributor footer markup (#2608) Disable the all-contributors usage footer because the pinned CLI emits an invalid closing img tag. Keep the usage link outside the generated contributor block. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 936cc10e-06f7-440c-96e7-51d1e94476ce --- .all-contributorsrc | 2 +- README.md | 11 ++--------- website/src/pages/contributors.astro | 12 ++++-------- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 53f76239..6f1284fd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -12,7 +12,7 @@ "commit": false, "commitConvention": "none", "contributorsPerLine": 7, - "linkToUsage": true, + "linkToUsage": false, "commitType": "docs", "types": { "instructions": { diff --git a/README.md b/README.md index 9171f6c7..7cba1aa8 100644 --- a/README.md +++ b/README.md @@ -546,15 +546,6 @@ Thanks goes to these wonderful people ([emoji key](./CONTRIBUTING.md#contributor
Suren K
- - - - - Add your contributions - - - - @@ -562,6 +553,8 @@ Thanks goes to these wonderful people ([emoji key](./CONTRIBUTING.md#contributor +

Add your contributions

+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! [⬆ Back to Top](#-awesome-github-copilot) diff --git a/website/src/pages/contributors.astro b/website/src/pages/contributors.astro index f9e20fbc..03aadb00 100644 --- a/website/src/pages/contributors.astro +++ b/website/src/pages/contributors.astro @@ -499,20 +499,16 @@ import PageHeader from '../components/PageHeader.astro';
Suren K
- - - - - Add your contributions - - - +

+ + Add your contributions +