diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b76be78413c..056d08b2636 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -33,6 +33,7 @@ /src/azure-cli/azure/cli/command_modules/dms/ @temandr @binuj /src/azure-cli/azure/cli/command_modules/eventhubs/ @v-ajnava /src/azure-cli/azure/cli/command_modules/extension/ @fengzhou-msft @msyyc +/src/azure-cli/azure/cli/command_modules/feedback/ @fengzhou-msft @jiasli /src/azure-cli/azure/cli/command_modules/hdinsight/ @aim-for-better @Juliehzl @kairu-ms /src/azure-cli/azure/cli/command_modules/iot/ @digimaun /src/azure-cli/azure/cli/command_modules/keyvault/ @fengzhou-msft @yungezz @houk-ms diff --git a/src/azure-cli/azure/cli/command_modules/feedback/_help.py b/src/azure-cli/azure/cli/command_modules/feedback/_help.py index d177952f983..c55ab580c47 100644 --- a/src/azure-cli/azure/cli/command_modules/feedback/_help.py +++ b/src/azure-cli/azure/cli/command_modules/feedback/_help.py @@ -9,5 +9,9 @@ helps['feedback'] = """ type: command -short-summary: Send feedback to the Azure CLI Team! +short-summary: Send feedback to the Azure CLI Team. +long-summary: >- + This command is interactive. If possible, it launches the default + web browser to open GitHub issue creation page with the body auto-generated and pre-filled. + You will have a chance to edit the issue body before submitting it. """