A collection of custom instructions for enhancing your GitHub Copilot experience in VSCode.
This repository contains versioned instruction sets that customize GitHub Copilot's behavior in VSCode. These instructions help Copilot:
- Generate consistent, well-formatted commit messages
- Follow best practices when suggesting code modifications
- Adhere to specific patterns and conventions in your workflow
github-copilot-instructions/
├── prompts/
│ ├── commitMessageGeneration.instructions.md - Instructions for generating commit messages
│ ├── codeGeneration.instructions.md - Instructions for code generation with minimal intervention