diff --git a/.github/ISSUE_TEMPLATE/customer-feedback.yml b/.github/ISSUE_TEMPLATE/customer-feedback.yml index 7259cc3f94..56cd30d972 100644 --- a/.github/ISSUE_TEMPLATE/customer-feedback.yml +++ b/.github/ISSUE_TEMPLATE/customer-feedback.yml @@ -19,6 +19,19 @@ body: - [Microsoft Q&A](https://docs.microsoft.com/answers/products/) If your question is related to documentation, please fill out the following information. Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue. + + - type: dropdown + id: technology-type + attributes: + label: .NET or .NET Framework? + options: + - Not Applicable + - .NET + - .NET Framework + - Both + validations: + required: true + - type: dropdown id: issue-type attributes: diff --git a/.github/ISSUE_TEMPLATE/docs-issue.yml b/.github/ISSUE_TEMPLATE/docs-issue.yml index 72ae7cb956..0e08058ac8 100644 --- a/.github/ISSUE_TEMPLATE/docs-issue.yml +++ b/.github/ISSUE_TEMPLATE/docs-issue.yml @@ -16,13 +16,8 @@ body: └─────────────────────────────┘ ``` - If you're reporting a general product usage question (ex: how do I set the text of a button?), it's better to use Q&A forum like: - - - [Stack Overflow](https://stackoverflow.com/) - - [Microsoft Q&A](https://docs.microsoft.com/answers/products/) - - If your question is related to documentation, please fill out the following information. - + If your question is related to documentation, **STOP**. Go back to the docs page and scroll to the bottom where the GitHub section is. Use the link there to open this issue. + - type: input id: url attributes: