From 18e5392b643fdd67127983c77c0073d8c95bc0ac Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 21 Aug 2025 09:23:34 +1000 Subject: [PATCH] adding a badge on readme --- README.md | 2 ++ update-readme.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 13ac6cf..520878d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🤖 Awesome GitHub Copilot Customizations +[![Powered by Awesome Copilot](https://img.shields.io/badge/Powered_by-Awesome_Copilot-blue?logo=githubcopilot)](https://aka.ms/awesome-github-copilot) + Enhance your GitHub Copilot experience with community-contributed [instructions](#-custom-instructions), [prompts](#-reusable-prompts), and [chat modes](#-custom-chat-modes). Get consistent AI assistance that follows your team's coding standards and project requirements.
diff --git a/update-readme.js b/update-readme.js index e9c33e5..72266d5 100755 --- a/update-readme.js +++ b/update-readme.js @@ -7,6 +7,8 @@ const path = require("path"); const TEMPLATES = { header: `# 🤖 Awesome GitHub Copilot Customizations +[![Powered by Awesome Copilot](https://img.shields.io/badge/Powered_by-Awesome_Copilot-blue?logo=githubcopilot)](https://aka.ms/awesome-github-copilot) + Enhance your GitHub Copilot experience with community-contributed [instructions](#-custom-instructions), [prompts](#-reusable-prompts), and [chat modes](#-custom-chat-modes). Get consistent AI assistance that follows your team's coding standards and project requirements.