microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/coding-standards.collection.yml
31lines · modecode
| 1 | id: coding-standards |
| 2 | name: Coding Standards |
| 3 | description: Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects |
| 4 | tags: |
| 5 | - coding-standards |
| 6 | - bash |
| 7 | - bicep |
| 8 | - csharp |
| 9 | - python |
| 10 | - terraform |
| 11 | - uv |
| 12 | items: |
| 13 | # Instructions |
| 14 | - path: .github/instructions/coding-standards/bash/bash.instructions.md |
| 15 | kind: instruction |
| 16 | - path: .github/instructions/coding-standards/bicep/bicep.instructions.md |
| 17 | kind: instruction |
| 18 | - path: .github/instructions/coding-standards/csharp/csharp.instructions.md |
| 19 | kind: instruction |
| 20 | - path: .github/instructions/coding-standards/csharp/csharp-tests.instructions.md |
| 21 | kind: instruction |
| 22 | - path: .github/instructions/coding-standards/python-script.instructions.md |
| 23 | kind: instruction |
| 24 | - path: .github/instructions/coding-standards/terraform/terraform.instructions.md |
| 25 | kind: instruction |
| 26 | - path: .github/instructions/coding-standards/uv-projects.instructions.md |
| 27 | kind: instruction |
| 28 | - path: .github/instructions/shared/hve-core-location.instructions.md |
| 29 | kind: instruction |
| 30 | display: |
| 31 | ordering: alpha |
| 32 | |