@@ -33,14 +33,16 @@ export default function GitHubCopilotInstructionsPage() {
3333 < BookOpen className = "h-5 w-5 text-primary" />
3434 Overview
3535 </ CardTitle >
36- < CardDescription > Understanding how GitHub Copilot Instructions enhance your development workflow</ CardDescription >
36+ < CardDescription >
37+ Understanding how GitHub Copilot Instructions enhance your development workflow
38+ </ CardDescription >
3739 </ CardHeader >
3840 < CardContent className = "space-y-4" >
3941 < p >
40- GitHub Copilot Instructions are a powerful feature that enhances your development experience by providing
41- context-aware assistance and best practices for specific technologies and frameworks. These instructions
42- are automatically applied when you install templates or extensions, creating a tailored
43- development environment for your project.
42+ GitHub Copilot Instructions are a powerful feature that enhances your development experience by
43+ providing context-aware assistance and best practices for specific technologies and frameworks.
44+ These instructions are automatically applied when you install templates or extensions, creating a
45+ tailored development environment for your project.
4446 </ p >
4547 </ CardContent >
4648 </ Card >
@@ -57,16 +59,16 @@ export default function GitHubCopilotInstructionsPage() {
5759 < div >
5860 < h3 className = "font-semibold mb-2" > Template Instructions</ h3 >
5961 < p >
60- When you create a new project using a template, GitHub Copilot automatically applies a set of predefined
61- instructions specific to that template, helping you follow best practices and maintain consistent
62- patterns.
62+ When you create a new project using a template, GitHub Copilot automatically applies a set of
63+ predefined instructions specific to that template, helping you follow best practices and
64+ maintain consistent patterns.
6365 </ p >
6466 </ div >
6567 < div >
6668 < h3 className = "font-semibold mb-2" > Extension Instructions</ h3 >
6769 < p >
68- As you add extensions to your project, GitHub Copilot dynamically incorporates additional instructions specific
69- to each extension, providing specialized guidance and best practices.
70+ As you add extensions to your project, GitHub Copilot dynamically incorporates additional
71+ instructions specific to each extension, providing specialized guidance and best practices.
7072 </ p >
7173 </ div >
7274 </ CardContent >
@@ -119,8 +121,9 @@ export default function GitHubCopilotInstructionsPage() {
119121 < CardContent className = "space-y-4" >
120122 < p >
121123 You can customize these instructions by modifying the{ ' ' }
122- < code className = "bg-muted px-1 py-0.5 rounded" > .github/copilot-instructions.md</ code > file in your project,
123- creating new instruction sets, and extending existing instructions to match your team's preferences.
124+ < code className = "bg-muted px-1 py-0.5 rounded" > .github/copilot-instructions.md</ code > file in your
125+ project, creating new instruction sets, and extending existing instructions to match your team's
126+ preferences.
124127 </ p >
125128 </ CardContent >
126129 </ Card >
@@ -135,9 +138,9 @@ export default function GitHubCopilotInstructionsPage() {
135138 </ CardHeader >
136139 < CardContent className = "space-y-4" >
137140 < p >
138- We welcome contributions to improve our instruction sets. If you have suggestions for new instructions,
139- improvements, better examples, or additional anti-patterns, please submit a pull request to our
140- repository.
141+ We welcome contributions to improve our instruction sets. If you have suggestions for new
142+ instructions, improvements, better examples, or additional anti-patterns, please submit a pull
143+ request to our repository.
141144 </ p >
142145 </ CardContent >
143146 </ Card >
0 commit comments