mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 19:35:13 +00:00
Addressing feedback
This commit is contained in:
@@ -12,8 +12,8 @@ This folder hosts short, practical recipes for using the GitHub Copilot SDK with
|
||||
|
||||
## Contributing
|
||||
|
||||
Add a new recipe by creating a markdown file in this folder and linking it above. Follow repository guidance in [CONTRIBUTING.md](../../CONTRIBUTING.md).
|
||||
Add a new recipe by creating a markdown file in this folder and linking it above. Follow repository guidance in [CONTRIBUTING.md](../../../CONTRIBUTING.md).
|
||||
|
||||
## Status
|
||||
|
||||
This README is a scaffold; recipe files are placeholders until populated.
|
||||
These recipes are now complete and ready to use; the cookbook will continue to evolve as new scenarios are added.
|
||||
|
||||
@@ -32,7 +32,7 @@ dotnet run
|
||||
dotnet run -- --repo github/copilot-sdk
|
||||
```
|
||||
|
||||
## Full example: Program.cs
|
||||
## Full example: pr-visualization.cs
|
||||
|
||||
```csharp
|
||||
using System.Diagnostics;
|
||||
|
||||
Reference in New Issue
Block a user