From e23e04706b415ab9e5f4b9a7c7ea7d375e5017f4 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Thu, 21 Aug 2025 11:01:21 +1000 Subject: [PATCH] some emoji changes --- README.chatmodes.md | 2 +- README.md | 6 +++--- update-readme.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.chatmodes.md b/README.chatmodes.md index 545fc0c..b2e1eae 100644 --- a/README.chatmodes.md +++ b/README.chatmodes.md @@ -1,4 +1,4 @@ -# 🧩 Custom Chat Modes +# 💭 Custom Chat Modes Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, enabling enhanced context-aware assistance for particular tasks or workflows. > 💡 **Usage**: Create new chat modes using the command `Chat: Configure Chat Modes...`, then switch your chat mode in the Chat input from _Agent_ or _Ask_ to your own mode. diff --git a/README.md b/README.md index cbba6ec..c73d716 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ This repository provides a comprehensive toolkit for enhancing GitHub Copilot wi ## 🔧 How to Use -### Prompts +### 🎯 Prompts Use the `/` command in GitHub Copilot Chat to access prompts: ``` /awesome-copilot create-readme ``` -### Instructions +### 📋 Instructions Instructions automatically apply to files based on their patterns and provide contextual guidance for coding standards, frameworks, and best practices. -### Chat Modes +### 💭 Chat Modes Activate chat modes to get specialized assistance from AI personas tailored for specific roles like architects, DBAs, or security experts. ## 🤝 Contributing diff --git a/update-readme.js b/update-readme.js index 3d23536..e19c5a3 100755 --- a/update-readme.js +++ b/update-readme.js @@ -43,7 +43,7 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi promptsUsage: `> 💡 **Usage**: Use \`/prompt-name\` in VS Code chat, run \`Chat: Run Prompt\` command, or hit the run button while you have a prompt open.`, - chatmodesSection: `## 🧩 Custom Chat Modes + chatmodesSection: `## 💭 Custom Chat Modes Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, enabling enhanced context-aware assistance for particular tasks or workflows.`,