update copilot code instructions to refer to CONTRIBUTING.md

This commit is contained in:
Paulo Santos
2025-11-27 01:41:57 +00:00
committed by GitHub
parent 45c63aafc4
commit 9b1fa5a76c

View File

@@ -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