forked from dotnet/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28613df
commit 36bba7d
Showing
3 changed files
with
68 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: General bug report | ||
about: If you're not sure where to create the .NET issue, click here | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--This is just a template - feel free to delete any and all of it and replace as appropriate. If you're not sure of an answer, just skip it. We'll help you! --> | ||
|
||
### Description | ||
|
||
<!-- | ||
* Please share a clear and concise description of the problem. | ||
* Include minimal steps to reproduce the problem if possible. E.g.: the smallest possible code snippet; or a small repo to clone, with steps to run it. | ||
* What behavior are you seeing, and what behavior would you expect? | ||
--> | ||
|
||
### Configuration | ||
|
||
<!-- | ||
* Which version of .NET is the code running on? | ||
* What OS and version, and for Linux, what distro? | ||
* What is the architecture (x64, x86, ARM, ARM64)? | ||
* Do you know whether it is specific to that configuration? | ||
* If you're using Blazor, which web browser(s) do you see this issue in? | ||
--> | ||
|
||
### Regression? | ||
|
||
<!-- | ||
* Did this work in a previous build or release of .NET Core, or from .NET Framework? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK. | ||
--> | ||
|
||
### Other information | ||
|
||
<!-- | ||
* Please include any relevant stack traces or error messages. If possible please include text as text rather than images (so it shows up in searches). | ||
* If you have an idea where the problem might lie, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of. | ||
* Do you know of any workarounds? | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Issue with ASP.NET Core | ||
url: https://github.com/dotnet/aspnetcore/issues/new/choose | ||
about: Please open issues relating to ASP.NET Core in dotnet/aspnetcore. | ||
- name: Issue with .NET runtime or core .NET libraries | ||
url: https://github.com/dotnet/runtime/issues/new/choose | ||
about: Please open issues with the .NET runtime or core .NET libraries in dotnet/runtime. | ||
- name: Issue with .NET SDK | ||
url: https://github.com/dotnet/sdk/issues/new/choose | ||
about: Please open issues relating to the .NET SDK in dotnet/sdk. | ||
- name: Issue with Entity Framework | ||
url: https://github.com/dotnet/efcore/issues/new/choose | ||
about: Please open issues relating to Entity Framework in dotnet/efcore. | ||
- name: Issue with Roslyn compiler | ||
url: https://github.com/dotnet/roslyn/issues/new/choose | ||
about: Please open issues relating to the Roslyn .NET compiler in dotnet/roslyn. | ||
- name: Issue with Windows Forms | ||
url: https://github.com/dotnet/winforms/issues/new/choose | ||
about: Please open issues relating to Windows Forms in dotnet/winforms. | ||
- name: Issue with WPF | ||
url: https://github.com/dotnet/wpf/issues/new/choose | ||
about: Please open issues relating to WPF in dotnet/wpf. | ||
- name: Issue with .NET Framework | ||
url: https://developercommunity.visualstudio.com/spaces/61/index.html | ||
about: Please open issues relating to the .NET Framework (rather than .NET Core or .NET 5+) in Developer Community |