mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45: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 complete, practical examples and can be used directly or adapted for your own projects.
|
||||
|
||||
@@ -26,13 +26,13 @@ go get github.com/github/copilot-sdk/go
|
||||
|
||||
```bash
|
||||
# Auto-detect from current git repo
|
||||
go run main.go
|
||||
go run pr-visualization.go
|
||||
|
||||
# Specify a repo explicitly
|
||||
go run main.go --repo github/copilot-sdk
|
||||
go run pr-visualization.go -repo github/copilot-sdk
|
||||
```
|
||||
|
||||
## Full example: main.go
|
||||
## Full example: pr-visualization.go
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
Reference in New Issue
Block a user