microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
68b04bc3b47266718f1570cf7f2cb7908467f8d4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

plugins/coding-standards/README.md

32lines · modecode

1<!-- markdownlint-disable-file -->
2# Coding Standards
3
4Language-specific coding instructions for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects
5
6## Install
7
8```bash
9copilot plugin install coding-standards@hve-core
10```
11
12## Instructions
13
14| Instruction | Description |
15|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16| bash | Instructions for bash script implementation - Brought to you by microsoft/hve-core |
17| bicep | Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core |
18| csharp | Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
19| csharp-tests | Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
20| pester | Instructions for Pester testing conventions - Brought to you by microsoft/hve-core |
21| powershell | Instructions for PowerShell scripting implementation - Brought to you by microsoft/hve-core |
22| rust | Required instructions for Rust research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
23| rust-tests | Required instructions for Rust test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
24| python-script | Instructions for Python scripting implementation - Brought to you by microsoft/hve-core |
25| terraform | Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core |
26| uv-projects | Create and manage Python virtual environments using uv commands |
27| hve-core-location | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. |
28
29---
30
31> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
32
33