From 818a0724c6042a1758d8749b20fe4fbf876fb368 Mon Sep 17 00:00:00 2001 From: Carie Fisher <15240149+cehfisher@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:11:46 -0500 Subject: [PATCH] Add accessibility optimization link to README Added link for optimizing GitHub Copilot for accessibility. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c1de66c..91cbffd8 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ The a11y scanner leverages Copilot coding agent, which can be configured with cu - Repository-wide: `.github/copilot-instructions.md` - Directory/file-scoped: `.github/instructions/*.instructions.md` -📚 [Adding repository custom instructions](https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions) | [Copilot .instructions.md support](https://github.blog/changelog/2025-07-23-github-copilot-coding-agent-now-supports-instructions-md-custom-instructions/) | [Copilot agents.md support](https://github.blog/changelog/2025-08-28-copilot-coding-agent-now-supports-agents-md-custom-instructions) +📚 [Adding repository custom instructions](https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions) | [Copilot .instructions.md support](https://github.blog/changelog/2025-07-23-github-copilot-coding-agent-now-supports-instructions-md-custom-instructions/) | [Copilot agents.md support](https://github.blog/changelog/2025-08-28-copilot-coding-agent-now-supports-agents-md-custom-instructions) | [Optimizing GitHub Copilot for accessibility](https://accessibility.github.com/documentation/guide/copilot-instructions) ---