Skip to content

Commit bf0581d

Browse files
feat(instructions): add maturity frontmatter to instruction files
- add maturity: stable to 18 instruction files for channel filtering 🔧 - Generated by Copilot
1 parent 241216d commit bf0581d

18 files changed

Lines changed: 18 additions & 0 deletions

.github/instructions/ado-create-pull-request.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: "Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking."
33
applyTo: '**/.copilot-tracking/pr/new/**'
4+
maturity: stable
45
---
56

67
# Azure DevOps Pull Request Creation & Workflow

.github/instructions/ado-get-build-info.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: "Required instructions for anything related to Azure Devops or ado build information including status, logs, or details from provided pullrequest (PR), build Id, or branch name."
33
applyTo: '**/.copilot-tracking/pr/*-build-*.md'
4+
maturity: stable
45
---
56

67
# Azure DevOps Build Info Instructions

.github/instructions/ado-update-wit-items.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: "Required instructions for work item updating and creation leveraging mcp ado tool calls."
33
applyTo: '**/.copilot-tracking/workitems/**/handoff-logs.md'
4+
maturity: stable
45
---
56

67
# Azure DevOps Work Item Creation Update

.github/instructions/ado-wit-discovery.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: "Required protocol for discovering, planning, and handing off Azure DevOps User Stories and Bugs."
33
applyTo: '**/.copilot-tracking/workitems/discovery/**'
4+
maturity: stable
45
---
56

67
# Azure DevOps Work Item Discovery & Handoff

.github/instructions/ado-wit-planning.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: "Required instructions for work item planning and creation or updating leveraging mcp ado tool calls."
33
applyTo: '**/.copilot-tracking/workitems/**'
4+
maturity: stable
45
---
56

67
# Azure DevOps Work Items Planning File Instructions

.github/instructions/bash/bash.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
applyTo: '**/src/**/*.sh'
33
description: 'Instructions for bash script implementation - Brought to you by microsoft/edge-ai'
4+
maturity: stable
45
---
56
# Bash Instructions
67

.github/instructions/bicep/bicep.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
applyTo: '**/bicep/**'
33
description: 'Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/edge-ai'
4+
maturity: stable
45
---
56
# Bicep Instructions
67

.github/instructions/commit-message.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: 'Required instructions for creating all commit messages - Brought to you by microsoft/edge-ai'
3+
maturity: stable
34
---
45

56
# Commit Message Guidelines

.github/instructions/csharp/csharp-tests.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
applyTo: '**/*.cs'
33
description: 'Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core'
4+
maturity: stable
45
---
56

67
# C# Test Instructions

.github/instructions/csharp/csharp.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
applyTo: '**/*.cs'
33
description: 'Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core'
4+
maturity: stable
45
---
56
# C# Instructions
67

0 commit comments

Comments
 (0)