From 9b1fa5a76cd0fb2fcf0d2b86a7ae5fbe2ace2856 Mon Sep 17 00:00:00 2001 From: Paulo Santos Date: Thu, 27 Nov 2025 01:41:57 +0000 Subject: [PATCH] update copilot code instructions to refer to CONTRIBUTING.md --- .github/copilot-instructions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 1eb798232..0dc4a7d2d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -8,10 +8,9 @@ ## Code and command instructions -- Focus on following the style guide for [Powershell](https://github.com/PoshCode/PowerShellPracticeAndStyle) when writing Windows scripts. For shell scripts on Linux and macOS, maintain consistency with existing scripts. +- Follow the code style guide in [CONTRIBUTING.md](../CONTRIBUTING.md#code-style-guide) for Bash and PowerShell scripts, including naming conventions, file structure, and indentation rules. - Focus on re-using helpers when writing scripts. Windows, Linux and Ubuntu scripts have helper functions available to simplify installation and validation. - Always confirm versions and installations paths against existing toolset files and installation scripts. -- Refer to [Contributing.md](../CONTRIBUTING.md) for extended guidelines on contributing to this repository. ## Output format