AspNetCore.Docs/.github/ISSUE_TEMPLATE/doc-issue.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

---
name: Doc issue
about: Create an issue to help us improve
---
# Before you open an issue
If the issue is with an ASP.NET Core document:
* Do **not** open a new issue using this form.
2023-11-29 06:02:21 +08:00
* Open the issue using the **Open a documentation issue** link and feedback form at the bottom of the article.
2023-11-29 06:02:21 +08:00
Using the **Open a documentation issue** link and form to open an issue adds article metadata for tracking, which indicates the article that you're commenting on.
2019-01-26 07:22:31 +08:00
If the issue is:
2024-10-30 00:09:54 +08:00
* 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.
# Issue description
2019-01-26 07:22:31 +08:00
{ description here }
# Software versions
Check the .NET target framework(s) being used, and include the version number(s).
* [ ] .NET Core
* [ ] .NET 5.0 or later
* [ ] .NET Framework
* [ ] .NET Standard
If using the .NET Core SDK, include `dotnet --info` output. If using .NET Framework without the .NET Core SDK, include info from Visual Studio's **Help** > **About Microsoft Visual Studio** dialog.
<details>
<summary><strong>dotnet --info output</strong> or <strong>About VS info</strong></summary>
```console
<replace>
```
</details>