microsoft/hve-core

Public

mirrored fromhttps://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 · modepreview

---
title: Contributing AI Artifacts
description: Guides for contributing chatmodes, instructions, and prompts to hve-core
author: Microsoft
ms.date: 2025-11-26
ms.topic: overview
keywords:
  - contributing
  - chatmodes
  - instructions
  - prompts
  - ai artifacts
estimated_reading_time: 2
---

Guidelines and standards for contributing AI artifacts to hve-core.

## Contribution Guides

| Guide                                      | Description                                                                     |
|--------------------------------------------|---------------------------------------------------------------------------------|
| [Common Standards](ai-artifacts-common.md) | Shared conventions, quality gates, and rejection criteria for all contributions |
| [Chat Modes](chatmodes.md)                 | How to create and submit new chat mode definitions                              |
| [Instructions](instructions.md)            | How to create repository-specific coding guidelines                             |
| [Prompts](prompts.md)                      | How to create reusable prompt templates                                         |

## Before You Start

1. Read the [Common Standards](ai-artifacts-common.md) first - it defines quality gates that apply to all artifact types
2. Check existing artifacts in `.github/` to avoid duplicating functionality
3. Review the [main Contributing Guide](../../CONTRIBUTING.md) for general contribution process

## Quick Links

- [Chat Modes Directory](../../.github/chatmodes/)
- [Instructions Directory](../../.github/instructions/)
- [Prompts Directory](../../.github/prompts/)

---

*🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
then carefully refined by our team of discerning human reviewers.*