Skip to content

Commit 05d27de

Browse files
committed
Update references to copilot-instructions.md
1 parent 3ffecce commit 05d27de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ If you followed the steps above to install the pre-commit hooks, then you can ju
130130
## Adding new features
131131

132132
We recommend using GitHub Copilot Agent mode when adding new features,
133-
as this project includes [.github/copilot-instructions.md](.github/copilot-instructions.md) file
134-
that instructs Copilot on how to generate code for common code changes.
133+
as this project includes an [AGENTS.md](AGENTS.md) file
134+
that instructs Copilot (and other coding agents) about how to generate code for common code changes.
135135

136136
If you are not using Copilot Agent mode, consult both that file and suggestions below.
137137

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[📺 Watch: (RAG Deep Dive series) Customizing the app](https://www.youtube.com/watch?v=D3slfMqydHc)
44

5-
> **Tip:** We recommend using GitHub Copilot Agent mode when adding new features or making code changes. This project includes a [.github/copilot-instructions.md](../.github/copilot-instructions.md) file that guides Copilot to generate code following project conventions.
5+
> **Tip:** We recommend using GitHub Copilot Agent mode when adding new features or making code changes. This project includes an [AGENTS.md](../AGENTS.md) file that guides Copilot to generate code following project conventions.
66
77
This guide provides more details for customizing the RAG chat app.
88

0 commit comments

Comments
 (0)