Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/customer-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 2 additions & 7 deletions .github/ISSUE_TEMPLATE/docs-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading