You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BF Labeling Guide.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -111,14 +111,17 @@ Color: All the labels in this category should use  |`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`|
116
118
|Custom Adapters| The issue is related to custom adapters (Twilio, Facebook, etc.) |`Area: Custom adapters`|
|Functional Tests| The issue is related to end to end tests |`Area: Functional tests`|
119
121
|LG| Language generation issues |`Area: LG`|
120
122
|Samples| The issue is related to the product samples |`Area: Samples`|
121
123
|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`|
122
125
|Skills| The issue is related to skills |`Area: Skills`|
123
126
|Streaming| Issues related to streaming support |`Area: Streaming`|
124
127
|Teams| The issue is related to Teams support |`Area: Teams`|
@@ -140,10 +143,10 @@ Color: This subcategory uses different colors for each label.
140
143
| Name | Description | Color | Example |
141
144
|---|---|:-:|:--|
142
145
|Bug| Indicates an unexpected problem or an unintended behavior.|`#d73a4a`|`bug`|
143
-
|Feature request| A request for new functionality or an enhancement to an existing one.|`#8f31ed`|`featurerequest`|
146
+
|Feature request| A request for new functionality or an enhancement to an existing one.|`#8f31ed`|`feature-request`|
144
147
|Parity| The issue describes a gap in parity between two or more platforms.|`#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`|`technicaldebt`|
146
-
|Team agility| An issue targeted to reduce friction to the SDK's development process.|`#fbca04`|`teamagility`|
148
+
|Technical debt| The issue involves refactoring existing code to make it easier to maintain, follow best practices, improve test coverage, etc.|`#fbca04`|`technical-debt`|
149
+
|Team agility| An issue targeted to reduce friction to the SDK's development process.|`#fbca04`|`team-agility`|
147
150
148
151
### Repo specific labels for type <!-- omit in toc -->
0 commit comments