Skip to content

Commit 0bb8a81

Browse files
kirankashyapKiran Kashyappatniko
authored
docs: add per-language custom instruction links to FAQ (#740)
Add links to the language-specific Copilot custom instructions for Node.js, Python, .NET, and Go under the FAQ section. Also removes a broken collection link. Co-authored-by: Kiran Kashyap <kiran.kashyap.ds@example.com> Co-authored-by: Patrick Nikoletich <patniko@github.com>
1 parent 87968ce commit 0bb8a81

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ Yes, the GitHub Copilot SDK allows you to define custom agents, skills, and tool
9191

9292
### Are there instructions for Copilot to speed up development with the SDK?
9393

94-
Yes, check out the custom instructions at [`github/awesome-copilot`](https://github.com/github/awesome-copilot/tree/main/instructions).
94+
Yes, check out the custom instructions for each SDK:
95+
96+
- **[Node.js / TypeScript](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-nodejs.instructions.md)**
97+
- **[Python](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-python.instructions.md)**
98+
- **[.NET](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-csharp.instructions.md)**
99+
- **[Go](https://github.com/github/awesome-copilot/blob/main/instructions/copilot-sdk-go.instructions.md)**
95100

96101
### What models are supported?
97102

0 commit comments

Comments
 (0)