From 1aff8306f703a16a582692f9ca772dcb841259e2 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:00:01 -0400 Subject: [PATCH 1/2] Template updates --- .github/ISSUE_TEMPLATE/blank-issue.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md index 37f25e7cd4b7..d569bb512971 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -14,11 +14,11 @@ Using the **Open a documentation issue** link and form to open an issue adds art If the issue is: -* 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. -* A general support question, consider asking on a support forum site: - * [Stack Overflow](https://stackoverflow.com/questions/tagged/asp.net-core) - * [ASP.NET Core Slack](https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email) - * [ASP.NET Gitter](https://gitter.im/aspnet/Home) -* A site design concern, create an issue at [MicrosoftDocs/Feedback](https://github.com/MicrosoftDocs/Feedback/issues/new/choose). +* A simple typo or similar correction, you can submit a PR. See the Contributor Guide for instructions: https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents +* A general support question, consider asking on a support forum: + * Stack Overflow: https://stackoverflow.com/questions/tagged/asp.net-core + * ASP.NET Core Slack: https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email + * ASP.NET Gitter: https://gitter.im/aspnet/Home +* A site design concern, create an issue at MicrosoftDocs/Feedback: https://github.com/MicrosoftDocs/Feedback/issues/new/choose * A problem completing a tutorial, compare your code with the completed sample. * A duplicate of an open or closed issue, leave a comment on that issue. From 70f9163690467408ad52ebb6450972a78b8f1fdf Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:03:59 -0400 Subject: [PATCH 2/2] Update doc-issue.md --- .github/ISSUE_TEMPLATE/doc-issue.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/doc-issue.md b/.github/ISSUE_TEMPLATE/doc-issue.md index 2d8b256c4358..8fcd3f09ff98 100644 --- a/.github/ISSUE_TEMPLATE/doc-issue.md +++ b/.github/ISSUE_TEMPLATE/doc-issue.md @@ -14,9 +14,12 @@ Using the **Open a documentation issue** link and form to open an issue adds art If the issue is: -* 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. -* A general support question, consider asking on a support forum site. -* A site design concern, create an issue at [MicrosoftDocs/Feedback](https://github.com/MicrosoftDocs/Feedback/issues/new/choose). +* A simple typo or similar correction, you can submit a PR. See the Contributor Guide for instructions: https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents +* A general support question, consider asking on a support forum: + * Stack Overflow: https://stackoverflow.com/questions/tagged/asp.net-core + * ASP.NET Core Slack: https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email + * ASP.NET Gitter: https://gitter.im/aspnet/Home +* A site design concern, create an issue at MicrosoftDocs/Feedback: https://github.com/MicrosoftDocs/Feedback/issues/new/choose * A problem completing a tutorial, compare your code with the completed sample. * A duplicate of an open or closed issue, leave a comment on that issue.