From ca1e6e774551db5f658fae7e35a9e1545ff30824 Mon Sep 17 00:00:00 2001 From: zahra-yousefi Date: Mon, 11 May 2026 22:54:00 +0330 Subject: [PATCH 1/2] add missing copilot-instructions.md file to Boilerplate #12316 --- .../Boilerplate/Bit.Boilerplate/copilot-instructions.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md diff --git a/src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md b/src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md new file mode 100644 index 0000000000..67cfce6ab9 --- /dev/null +++ b/src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md @@ -0,0 +1,5 @@ +# GitHub Copilot Instructions + +This project uses `AGENTS.md` (at the repository root) as the single source of truth for all coding conventions, project structure, technology stack, and behavioral directives. + +**Before performing any task, read the full content of `AGENTS.md`.** \ No newline at end of file From e56d6b15dbb279ce744da945894c16959dab3911 Mon Sep 17 00:00:00 2001 From: msynk Date: Tue, 12 May 2026 08:01:32 +0330 Subject: [PATCH 2/2] fix file location --- .../Bit.Boilerplate/{ => .github}/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Templates/Boilerplate/Bit.Boilerplate/{ => .github}/copilot-instructions.md (74%) diff --git a/src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md b/src/Templates/Boilerplate/Bit.Boilerplate/.github/copilot-instructions.md similarity index 74% rename from src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md rename to src/Templates/Boilerplate/Bit.Boilerplate/.github/copilot-instructions.md index 67cfce6ab9..5804ee7c25 100644 --- a/src/Templates/Boilerplate/Bit.Boilerplate/copilot-instructions.md +++ b/src/Templates/Boilerplate/Bit.Boilerplate/.github/copilot-instructions.md @@ -2,4 +2,4 @@ This project uses `AGENTS.md` (at the repository root) as the single source of truth for all coding conventions, project structure, technology stack, and behavioral directives. -**Before performing any task, read the full content of `AGENTS.md`.** \ No newline at end of file +**Before performing any task, read the full content of `/AGENTS.md`.** \ No newline at end of file