Azure / Azure/azure-sdk-tools

[azsdk-cli] Feedback classification service will report if there is tsp-customization available for a request

Open
#16,835 0 comments 0 reactions 1 assignee Claimed by @chunyu3 View on GitHub
needs-triage
Dominant language
C#
Stars
135
Forks
260
Avg merge
3d 2h
Merged PRs (30d)
130

Description

Feedback classification service will classify the request based on edit-scope.

|Edit Scope | available customizations for the request | Classification|
|-- | -- | --|
|SpecInputs | TypeSpec customization only | TSP_APPLICABLE
|  | TypeSpec customization + Code customization | TSP_APPLICABLE|
|  | code customization only | CODE_CUSTOMIZATION|
|CustomCode | TypeSpec customization only | TSP_APPLICABLE|
|  | TypeSpec customization + Code customization | CODE_CUSTOMIZATION|
|  | code customization only | CODE_CUSTOMIZATION|
|All | TypeSpec customization only | TSP_APPLICABLE|
|  | TypeSpec customization + Code customization | TSP_APPLICABLE|
|  | code customization only | CODE_CUSTOMIZATION|

When Edit-scope= customCode, classifyService will classify a request as 'CODE_CUSTOMIZATION' if it can be handled through code customization, even when TypeSpec customization could also fix it.

expect:
When Edit-scope= customCode, classifyService will classify a request as 'CODE_CUSTOMIZATION' if it can be handled through code customization, even when TypeSpec customization could also fix it. and it will indicate that there is available typespec-customization to address this request.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.