diff --git a/.github/ISSUE_TEMPLATE/1_bug_template.yml b/.github/ISSUE_TEMPLATE/1_bug_template.yml index 7f7534ed..f9175f02 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_template.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_template.yml @@ -30,6 +30,18 @@ body: - Microsoft Edge - Others (Please let us know in description) + - type: dropdown + id: section + attributes: + label: What section of the docs is the problem on? + multiple: true + options: + - GenAI Examples + - GenAI Microservices + - Deploying GenAI + - Evaluating GenAI + - Others (Please let us know in description) + - type: markdown id: description attributes: @@ -52,4 +64,4 @@ body: ... render: bash validations: - required: true + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_feaure_template.yml b/.github/ISSUE_TEMPLATE/2_feaure_template.yml index 1e2a116d..ed6b0cf0 100644 --- a/.github/ISSUE_TEMPLATE/2_feaure_template.yml +++ b/.github/ISSUE_TEMPLATE/2_feaure_template.yml @@ -22,4 +22,16 @@ body: options: - Yes - No - - Unknown \ No newline at end of file + - Unknown + + - type: dropdown + id: section + attributes: + label: What section of the docs is the problem on? + multiple: true + options: + - GenAI Examples + - GenAI Microservices + - Deploying GenAI + - Evaluating GenAI + - Others (Please let us know in description) \ No newline at end of file