microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c3af708c39a4db1cd35d2ffd0d15db2bbe6dd0da

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/contributing/README.md

42lines · modecode

1---
2title: Contributing AI Artifacts
3description: Guides for contributing chatmodes, instructions, and prompts to hve-core
4author: Microsoft
5ms.date: 2025-11-26
6ms.topic: overview
7keywords:
8 - contributing
9 - chatmodes
10 - instructions
11 - prompts
12 - ai artifacts
13estimated_reading_time: 2
14---
15
16Guidelines and standards for contributing AI artifacts to hve-core.
17
18## Contribution Guides
19
20| Guide | Description |
21|--------------------------------------------|---------------------------------------------------------------------------------|
22| [Common Standards](ai-artifacts-common.md) | Shared conventions, quality gates, and rejection criteria for all contributions |
23| [Chat Modes](chatmodes.md) | How to create and submit new chat mode definitions |
24| [Instructions](instructions.md) | How to create repository-specific coding guidelines |
25| [Prompts](prompts.md) | How to create reusable prompt templates |
26
27## Before You Start
28
291. Read the [Common Standards](ai-artifacts-common.md) first - it defines quality gates that apply to all artifact types
302. Check existing artifacts in `.github/` to avoid duplicating functionality
313. Review the [main Contributing Guide](../../CONTRIBUTING.md) for general contribution process
32
33## Quick Links
34
35- [Chat Modes Directory](../../.github/chatmodes/)
36- [Instructions Directory](../../.github/instructions/)
37- [Prompts Directory](../../.github/prompts/)
38
39---
40
41*🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
42then carefully refined by our team of discerning human reviewers.*
43