Adding improved instructions back in (#207)
* Adding improved instructions back in * Removing duplicate line
This commit is contained in:
parent
f9aefd9938
commit
e948271898
35
README.md
35
README.md
@ -26,8 +26,17 @@ We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md)
|
|||||||
|
|
||||||
## 📋 Custom Instructions
|
## 📋 Custom Instructions
|
||||||
|
|
||||||
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices:
|
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices.
|
||||||
> 💡 **Usage**: Copy these instructions to your `.github/copilot-instructions.md` file or create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder.
|
### How to Use Custom Instructions
|
||||||
|
|
||||||
|
**To Install:**
|
||||||
|
- Click the **VS Code** or **VS Code Insiders** install button for the instruction you want to use
|
||||||
|
- Download the `*.instructions.md` file and manually add it to your project's instruction collection
|
||||||
|
|
||||||
|
**To Use/Apply:**
|
||||||
|
- Copy these instructions to your `.github/copilot-instructions.md` file in your workspace
|
||||||
|
- Create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder
|
||||||
|
- Instructions automatically apply to Copilot behavior once installed in your workspace
|
||||||
|
|
||||||
| Title | Description |
|
| Title | Description |
|
||||||
| ----- | ----------- |
|
| ----- | ----------- |
|
||||||
@ -100,7 +109,16 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
|
|||||||
## 🎯 Reusable Prompts
|
## 🎯 Reusable Prompts
|
||||||
|
|
||||||
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.
|
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.
|
||||||
> 💡 **Usage**: Use `/prompt-name` in VS Code chat, run `Chat: Run Prompt` command, or hit the run button while you have a prompt open.
|
### How to Use Reusable Prompts
|
||||||
|
|
||||||
|
**To Install:**
|
||||||
|
- Click the **VS Code** or **VS Code Insiders** install button for the prompt you want to use
|
||||||
|
- Download the `*.prompt.md` file and manually add it to your prompt collection
|
||||||
|
|
||||||
|
**To Run/Execute:**
|
||||||
|
- Use `/prompt-name` in VS Code chat after installation
|
||||||
|
- Run the `Chat: Run Prompt` command from the Command Palette
|
||||||
|
- Hit the run button while you have a prompt file open in VS Code
|
||||||
|
|
||||||
| Title | Description |
|
| Title | Description |
|
||||||
| ----- | ----------- |
|
| ----- | ----------- |
|
||||||
@ -186,7 +204,16 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi
|
|||||||
## 🧩 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.
|
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.
|
### How to Use Custom Chat Modes
|
||||||
|
|
||||||
|
**To Install:**
|
||||||
|
- Click the **VS Code** or **VS Code Insiders** install button for the chat mode you want to use
|
||||||
|
- Download the `*.chatmode.md` file and manually install it in VS Code using the Command Palette
|
||||||
|
|
||||||
|
**To Activate/Use:**
|
||||||
|
- Import the chat mode configuration into your VS Code settings
|
||||||
|
- Access the installed chat modes through the VS Code Chat interface
|
||||||
|
- Select the desired chat mode from the available options in VS Code Chat
|
||||||
|
|
||||||
| Title | Description |
|
| Title | Description |
|
||||||
| ----- | ----------- |
|
| ----- | ----------- |
|
||||||
|
|||||||
@ -33,21 +33,48 @@ We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md)
|
|||||||
|
|
||||||
instructionsSection: `## 📋 Custom Instructions
|
instructionsSection: `## 📋 Custom Instructions
|
||||||
|
|
||||||
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices:`,
|
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices.`,
|
||||||
|
|
||||||
instructionsUsage: `> 💡 **Usage**: Copy these instructions to your \`.github/copilot-instructions.md\` file or create task-specific \`.github/.instructions.md\` files in your workspace's \`.github/instructions\` folder.`,
|
instructionsUsage: `### How to Use Custom Instructions
|
||||||
|
|
||||||
|
**To Install:**
|
||||||
|
- Click the **VS Code** or **VS Code Insiders** install button for the instruction you want to use
|
||||||
|
- Download the \`*.instructions.md\` file and manually add it to your project's instruction collection
|
||||||
|
|
||||||
|
**To Use/Apply:**
|
||||||
|
- Copy these instructions to your \`.github/copilot-instructions.md\` file in your workspace
|
||||||
|
- Create task-specific \`.github/.instructions.md\` files in your workspace's \`.github/instructions\` folder
|
||||||
|
- Instructions automatically apply to Copilot behavior once installed in your workspace`,
|
||||||
|
|
||||||
promptsSection: `## 🎯 Reusable Prompts
|
promptsSection: `## 🎯 Reusable Prompts
|
||||||
|
|
||||||
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.`,
|
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.`,
|
||||||
|
|
||||||
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.`,
|
promptsUsage: `### How to Use Reusable Prompts
|
||||||
|
|
||||||
|
**To Install:**
|
||||||
|
- Click the **VS Code** or **VS Code Insiders** install button for the prompt you want to use
|
||||||
|
- Download the \`*.prompt.md\` file and manually add it to your prompt collection
|
||||||
|
|
||||||
|
**To Run/Execute:**
|
||||||
|
- Use \`/prompt-name\` in VS Code chat after installation
|
||||||
|
- Run the \`Chat: Run Prompt\` command from the Command Palette
|
||||||
|
- Hit the run button while you have a prompt file open in VS Code`,
|
||||||
|
|
||||||
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.`,
|
Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, enabling enhanced context-aware assistance for particular tasks or workflows.`,
|
||||||
|
|
||||||
chatmodesUsage: `> 💡 **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.`,
|
chatmodesUsage: `### How to Use Custom Chat Modes
|
||||||
|
|
||||||
|
**To Install:**
|
||||||
|
- Click the **VS Code** or **VS Code Insiders** install button for the chat mode you want to use
|
||||||
|
- Download the \`*.chatmode.md\` file and manually install it in VS Code using the Command Palette
|
||||||
|
|
||||||
|
**To Activate/Use:**
|
||||||
|
- Import the chat mode configuration into your VS Code settings
|
||||||
|
- Access the installed chat modes through the VS Code Chat interface
|
||||||
|
- Select the desired chat mode from the available options in VS Code Chat`,
|
||||||
|
|
||||||
footer: `## 📚 Additional Resources
|
footer: `## 📚 Additional Resources
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user