You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrected hyperlink so that user is properly directed to the page where you can choose a new issue to create instead of receiving a 404 error. (dotnet#8788)
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/doc-issue.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ If the issue is:
9
9
10
10
- A simple typo or similar correction, you can submit a PR. See [the contributor guide](https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents) for instructions.
11
11
- A general support question, consider asking on a support forum site.
12
-
- A site design concern, create an issue at [MicrosoftDocs/Feedback](https://github.com/MicrosoftDocs/Feedback/Issues/new/choose).
12
+
- A site design concern, create an issue at [MicrosoftDocs/Feedback](https://github.com/MicrosoftDocs/Feedback/issues/new/choose).
13
13
- A problem completing a tutorial, compare your code with the completed sample.
14
14
- A duplicate of an open or closed issue, leave a comment on that issue.
0 commit comments