This commit is contained in:
Reiley Yang 2020-06-30 10:21:40 -07:00
Родитель d3f788501c
Коммит 430c4e08ec
3 изменённых файлов: 19 добавлений и 35 удалений

19
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,19 @@
---
name: Bug Report
about: Create a report to help us improve
labels: bug
---
* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using:
* Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1):
* Application type (Console/ASP.NET/ASP.NET Core):
* Hosting environment (e.g. Windows Server 2016 + IIS, Ubuntu 20.04 LTS self-hosted, Azure WebApp):
* If you're running the application in Azure Functions, get support [here](TBD).
* If you're using codeless attach, get support [here](TBD).
**Steps to reproduce.**
Describe exactly how to reproduce the error. Include a code sample if applicable.
**What is the expected behavior?**
**What is the actual behavior?**

17
.github/ISSUE_TEMPLATE/dotnet_bug.md поставляемый
Просмотреть файл

@ -1,17 +0,0 @@
---
name: Bug Report (.NET Framework)
about: Create a report to help us improve
labels: bug
---
* SDK version:
* .NET runtime version (.NET TargetFramework in the .csproj file):
* Application type (Console/Azure WebApps/ASP.NET on IIS/etc.):
* OS version:
**Steps to reproduce.**
Describe exactly how to reproduce the error. Include a code sample if applicable.
**What is the expected behavior?**
**What is the actual behavior?**

18
.github/ISSUE_TEMPLATE/dotnetcore_bug.md поставляемый
Просмотреть файл

@ -1,18 +0,0 @@
---
name: Bug Report (.NET Core)
about: Create a report to help us improve
labels: bug
---
* SDK version:
* .NET Core runtime version (.NET Core TargetFramework in the .csproj file):
* Application type (Console/Azure WebApps/ASP.NET on IIS/etc.):
* Platform (Debian/MacOS/Windows/etc.):
* OS version:
**Steps to reproduce.**
Describe exactly how to reproduce the error. Include a code sample if applicable.
**What is the expected behavior?**
**What is the actual behavior?**