mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Update issue templates (#19)
This commit is contained in:
@@ -5,32 +5,40 @@ about: Report a problem in the .NET documentation
|
||||
|
||||
**Before you open an issue**
|
||||
|
||||
(Delete this section before you submit your issue)
|
||||
|
||||
If the issue is:
|
||||
|
||||
- A simple typo or similar correction, consider submitting a PR to fix it instead of logging an issue. 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, consider submitting a PR to fix it instead of logging an issue. See https://docs.microsoft.com/contribute/#quick-edits-to-existing-documents for instructions
|
||||
|
||||
- A general support question, consider asking on a support forum site such as StackOverflow.
|
||||
|
||||
- A site design concern, create an issue at 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.
|
||||
|
||||
(Delete the content above before you submit your issue)
|
||||
|
||||
**Issue description**
|
||||
|
||||
<include description here>
|
||||
Include description here
|
||||
|
||||
**Target framework**
|
||||
**.NET or .NET Framework**
|
||||
|
||||
Check the .NET target framework(s) being used, and include the version number(s).
|
||||
Check the .NET target framework(s) being used, and include the version number(s). Put an `x` between the `[ ]` to check it.
|
||||
|
||||
- [ ] .NET Core
|
||||
- [ ] .NET (5 or Core)
|
||||
- [ ] .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.
|
||||
**Technology**
|
||||
|
||||
<details>
|
||||
<summary><strong>dotnet --info output</strong> or <strong>About VS info</strong></summary>
|
||||
Check the .NET target framework(s) being used, and include the version number(s). Put an `x` between the `[ ]` to check it.
|
||||
|
||||
```console
|
||||
<replace>
|
||||
```
|
||||
</details>
|
||||
- [ ] WPF
|
||||
- [ ] Windows Forms
|
||||
|
||||
**.NET information**
|
||||
|
||||
If using the .NET SDK or .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.
|
||||
|
||||
Reference in New Issue
Block a user