Skip to content

Commit 4fb36e1

Browse files
Add GitHub Copilot Instructions page and update documentation links
1 parent 31002f6 commit 4fb36e1

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

src/app/docs/github-copilot-instructions/page.tsx

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

src/app/docs/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export default function DocsPage() {
3838
</CardHeader>
3939
<CardContent>
4040
<p className="mb-4">
41-
We now provide both Cursor Rules and GitHub Copilot Instructions that offer context-aware assistance and best practices for your development workflow.
42-
Automatically applied when using templates and extensions, these configurations help you maintain consistent
43-
patterns and follow best practices.
41+
We now provide both Cursor Rules and GitHub Copilot Instructions that offer context-aware assistance
42+
and best practices for your development workflow. Automatically applied when using templates and
43+
extensions, these configurations help you maintain consistent patterns and follow best practices.
4444
</p>
4545
<div className="flex flex-col gap-2 sm:flex-row">
4646
<Button

0 commit comments

Comments
 (0)