From 3e39f51cc8ce8ee701d14e8642e867d593f5df3a Mon Sep 17 00:00:00 2001 From: Jonas Blunck Date: Fri, 7 Nov 2025 10:42:34 +0000 Subject: [PATCH 1/2] Add copilot instructions --- Templates/AppSource App/.github/copilot-instructions.md | 9 +++++++++ .../Per Tenant Extension/.github/copilot-instructions.md | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 Templates/AppSource App/.github/copilot-instructions.md create mode 100644 Templates/Per Tenant Extension/.github/copilot-instructions.md diff --git a/Templates/AppSource App/.github/copilot-instructions.md b/Templates/AppSource App/.github/copilot-instructions.md new file mode 100644 index 000000000..cb82eb694 --- /dev/null +++ b/Templates/AppSource App/.github/copilot-instructions.md @@ -0,0 +1,9 @@ +# AL-Go Copilot instructions + +AL-Go for GitHub controls its features using various different settings. + +When asked about settings for AL-Go, you can find the available settings and description of them at this location: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md, which you should read to understand what settings to suggest. + +For additional inforomation about AL-Go, you should read the 'RELEASENOTES.copy.md' file. + +When applying new settings, you should apply them to the file "AL-Go-Settings.json" diff --git a/Templates/Per Tenant Extension/.github/copilot-instructions.md b/Templates/Per Tenant Extension/.github/copilot-instructions.md new file mode 100644 index 000000000..cb82eb694 --- /dev/null +++ b/Templates/Per Tenant Extension/.github/copilot-instructions.md @@ -0,0 +1,9 @@ +# AL-Go Copilot instructions + +AL-Go for GitHub controls its features using various different settings. + +When asked about settings for AL-Go, you can find the available settings and description of them at this location: https://github.com/microsoft/AL-Go/blob/main/Scenarios/settings.md, which you should read to understand what settings to suggest. + +For additional inforomation about AL-Go, you should read the 'RELEASENOTES.copy.md' file. + +When applying new settings, you should apply them to the file "AL-Go-Settings.json" From 18f183b70422ff85d3a196923a695f5f994d3b23 Mon Sep 17 00:00:00 2001 From: Jonas Blunck Date: Tue, 2 Dec 2025 10:43:44 +0100 Subject: [PATCH 2/2] Move AL-Go settings instructions to the .agents folder --- .../{copilot-instructions.md => .agents/algo-settings.agent.md} | 0 .../{copilot-instructions.md => .agents/algo-settings.agent.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Templates/AppSource App/.github/{copilot-instructions.md => .agents/algo-settings.agent.md} (100%) rename Templates/Per Tenant Extension/.github/{copilot-instructions.md => .agents/algo-settings.agent.md} (100%) diff --git a/Templates/AppSource App/.github/copilot-instructions.md b/Templates/AppSource App/.github/.agents/algo-settings.agent.md similarity index 100% rename from Templates/AppSource App/.github/copilot-instructions.md rename to Templates/AppSource App/.github/.agents/algo-settings.agent.md diff --git a/Templates/Per Tenant Extension/.github/copilot-instructions.md b/Templates/Per Tenant Extension/.github/.agents/algo-settings.agent.md similarity index 100% rename from Templates/Per Tenant Extension/.github/copilot-instructions.md rename to Templates/Per Tenant Extension/.github/.agents/algo-settings.agent.md