From ba6d1e456d2a0073b9dcf4c15794f892cc4b1fbf Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 09:30:36 +1100 Subject: [PATCH 1/3] add lechnerc77 as a contributor for code (#390) * update README.md * update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c7290b7..b9b16b1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -831,6 +831,15 @@ "contributions": [ "code" ] + }, + { + "login": "lechnerc77", + "name": "Christian Lechner", + "avatar_url": "https://avatars.githubusercontent.com/u/22294087?v=4", + "profile": "https://github.com/lechnerc77", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 3badcb9..ef8fb61 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Powered by Awesome Copilot](https://img.shields.io/badge/Powered_by-Awesome_Copilot-blue?logo=githubcopilot)](https://aka.ms/awesome-github-copilot) -[![All Contributors](https://img.shields.io/badge/all_contributors-91-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-92-orange.svg?style=flat-square)](#contributors-) A community created collection of custom agents, prompts, and instructions to supercharge your GitHub Copilot experience across different domains, languages, and use cases. @@ -253,6 +253,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d spectatora
spectatora

💻 Michael
Michael

💻 + + Christian Lechner
Christian Lechner

💻 + From 2f5e9e90504ed762a8f397988ea77ec9333d5790 Mon Sep 17 00:00:00 2001 From: Dobri Danchev <12420863+danchev@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:34:18 -0600 Subject: [PATCH 2/3] fix: update tool names in prompts for consistency (#393) - Changed tool names from 'run_in_terminal' and 'get_terminal_output' to 'runCommands/runInTerminal' and 'runCommands/getTerminalOutput' for uniformity across prompt files. Signed-off-by: D. Danchev <12420863+danchev@users.noreply.github.com> --- prompts/conventional-commit.prompt.md | 2 +- prompts/git-flow-branch-creator.prompt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/conventional-commit.prompt.md b/prompts/conventional-commit.prompt.md index a5e056f..c517d43 100644 --- a/prompts/conventional-commit.prompt.md +++ b/prompts/conventional-commit.prompt.md @@ -1,6 +1,6 @@ --- description: 'Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.' -tools: ['run_in_terminal', 'get_terminal_output'] +tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput'] --- ### Instructions diff --git a/prompts/git-flow-branch-creator.prompt.md b/prompts/git-flow-branch-creator.prompt.md index d3da709..127f0c3 100644 --- a/prompts/git-flow-branch-creator.prompt.md +++ b/prompts/git-flow-branch-creator.prompt.md @@ -1,6 +1,6 @@ --- description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.' -tools: ['run_in_terminal', 'get_terminal_output'] +tools: ['runCommands/runInTerminal', 'runCommands/getTerminalOutput'] mode: 'agent' --- From de74216d0a0126c181eacd47e98751d4818c48a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Barab=C3=A1s?= Date: Mon, 10 Nov 2025 20:34:59 -0800 Subject: [PATCH 3/3] Update links for Terraform module indexes (#394) * Update links for Terraform module indexes * Update instructions for AVM CSV file links As recommended by Copilot review, added a note regarding the links to the latest CSV files and suggested using specific release tags for point-in-time versions. --- .../azure-verified-modules-terraform.instructions.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/instructions/azure-verified-modules-terraform.instructions.md b/instructions/azure-verified-modules-terraform.instructions.md index dc47429..1828cfb 100644 --- a/instructions/azure-verified-modules-terraform.instructions.md +++ b/instructions/azure-verified-modules-terraform.instructions.md @@ -34,10 +34,12 @@ More details on the AVM process can be found in the [Azure Verified Modules Cont ### Official AVM Index -- **Terraform Resources**: `https://azure.github.io/Azure-Verified-Modules/indexes/terraform/tf-resource-modules/` -- **Terraform Patterns**: `https://azure.github.io/Azure-Verified-Modules/indexes/terraform/tf-pattern-modules/` -- **Bicep Resources**: `https://azure.github.io/Azure-Verified-Modules/indexes/bicep/bicep-resource-modules/` -- **Bicep Patterns**: `https://azure.github.io/Azure-Verified-Modules/indexes/bicep/bicep-pattern-modules/` +> **Note:** The following links always point to the latest version of the CSV files on the main branch. As intended, this means the files may change over time. If you require a point-in-time version, consider using a specific release tag in the URL. + +- **Terraform Resource Modules**: `https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/static/module-indexes/TerraformResourceModules.csv` +- **Terraform Pattern Modules**: `https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/static/module-indexes/TerraformPatternModules.csv` +- **Terraform Utility Modules**: `https://raw.githubusercontent.com/Azure/Azure-Verified-Modules/refs/heads/main/docs/static/module-indexes/TerraformUtilityModules.csv` + ## Terraform Module Usage