microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.0.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/coding-standards/README.md

28lines · modecode

1<!-- markdownlint-disable-file -->
2# Coding Standards
3
4Language-specific coding instructions for bash, Bicep, C#, Python, 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/edge-ai |
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| python-script | Instructions for Python scripting implementation - Brought to you by microsoft/hve-core |
21| terraform | Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core |
22| uv-projects | Create and manage Python virtual environments using uv commands |
23| 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. |
24
25---
26
27> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
28
29