Skip to content

Commit 3ffe777

Browse files
authored
Added areas for AI-Orchestrator, Engineering and SDK. (#5983)
Updated Feature request, Technical debt and Team agility to use - as separators
1 parent ebd4fa0 commit 3ffe777

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/BF Labeling Guide.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,17 @@ Color: All the labels in this category should use ![#1d76db](https://via.placeho
111111
|Adaptive| The issue is related to Adaptive dialogs | `Area: Adaptive` |
112112
|Adaptive Expressions| The issue is related to Adaptive expressions | `Area: Adaptive expressions` |
113113
|AI-LUIS| The issue is related to LUIS | `Area: AI-LUIS` |
114+
|AI-Orchestrator| The issue is related to Orchestrator | `Area: AI-Orchestrator` |
114115
|AI-QnAMaker| THe issue is related to QnA Maker | `Area: AI-QnAMaker` |
115116
|Authentication| The issue is related to authenticating users (SSO, OAuth, etc.) | `Area: Authentication` |
117+
|Engineering| Used to categorize internal issues that are related to improving code quality, refactorings, code cleanup, etc. Normally this issues will be also tagged as `technical-debt` or `team-agility` | `Area: Engineering` |
116118
|Custom Adapters| The issue is related to custom adapters (Twilio, Facebook, etc.) | `Area: Custom adapters` |
117119
|Docs| Documentation issue (missing needs updates, etc.) | `Area: Docs` |
118120
|Functional Tests| The issue is related to end to end tests | `Area: Functional tests` |
119121
|LG| Language generation issues | `Area: LG` |
120122
|Samples| The issue is related to the product samples | `Area: Samples` |
121123
|Schema| The issue is related to schemas (bot schemas, skill manifest, etc.) | `Area: Schema` |
124+
|SDK| General SDK issues that don't clearly map to other areas (e.g.: waterfall dialogs, prompts, middleware, and helper methods).<br/> In general, we use this label when we don't have a clear match to other area.| `Area: SDK` |
122125
|Skills| The issue is related to skills | `Area: Skills` |
123126
|Streaming| Issues related to streaming support | `Area: Streaming` |
124127
|Teams| The issue is related to Teams support | `Area: Teams` |
@@ -140,10 +143,10 @@ Color: This subcategory uses different colors for each label.
140143
| Name | Description | Color | Example |
141144
|---|---|:-:|:--|
142145
|Bug| Indicates an unexpected problem or an unintended behavior.| ![#d73a4a](https://via.placeholder.com/15/d73a4a/000000?text=+) `#d73a4a` | `bug` |
143-
|Feature request| A request for new functionality or an enhancement to an existing one.| ![#8f31ed](https://via.placeholder.com/15/8f31ed/000000?text=+) `#8f31ed` | `feature request` |
146+
|Feature request| A request for new functionality or an enhancement to an existing one.| ![#8f31ed](https://via.placeholder.com/15/8f31ed/000000?text=+) `#8f31ed` | `feature-request` |
144147
|Parity| The issue describes a gap in parity between two or more platforms.| ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) `#fbca04` | `parity` |
145-
|Technical debt| The issue involves refactoring existing code to make it easier to maintain, follow best practices, improve test coverage, etc.| ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) `#fbca04` | `technical debt` |
146-
|Team agility| An issue targeted to reduce friction to the SDK's development process.| ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) `#fbca04` | `team agility` |
148+
|Technical debt| The issue involves refactoring existing code to make it easier to maintain, follow best practices, improve test coverage, etc.| ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) `#fbca04` | `technical-debt` |
149+
|Team agility| An issue targeted to reduce friction to the SDK's development process.| ![#fbca04](https://via.placeholder.com/15/fbca04/000000?text=+) `#fbca04` | `team-agility` |
147150

148151
### Repo specific labels for type <!-- omit in toc -->
149152

0 commit comments

Comments
 (0)