some emoji changes

This commit is contained in:
Aaron Powell 2025-08-21 11:01:21 +10:00
parent 4bc294ba22
commit e23e04706b
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.`,