Merge pull request #1941 from microsoft/reyang/issuetemplate
Improve bug template
This commit is contained in:
Коммит
bdfcd1a84a
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
name: Issue with Auto Instrumentation / Codeless Attach
|
||||||
|
about: Need help with Auto Instrumentation / Codeless Attach
|
||||||
|
---
|
||||||
|
|
||||||
|
If you're using [auto-instrumentation](https://docs.microsoft.com/azure/azure-monitor/app/codeless-overview), get support from [Azure Support Center](https://azure.microsoft.com/support/create-ticket/).
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
name: Issue with Application Insights Profiler
|
||||||
|
about: Need help with Application Insights Profiler
|
||||||
|
---
|
||||||
|
|
||||||
|
If you're seeing issue with [Application Insights Profiler](https://docs.microsoft.com/azure/azure-monitor/app/profiler-overview), get support from [Azure Support Center](https://azure.microsoft.com/support/create-ticket/).
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
name: Issue with Azure Functions
|
||||||
|
about: Need help with Azure Functions
|
||||||
|
---
|
||||||
|
|
||||||
|
If you're running the application in Azure Functions, please file an issue [here](https://github.com/Azure/azure-functions-host/issues/new/choose).
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
name: Issue with Application Insights Snapshot Debugger
|
||||||
|
about: Need help with Application Insights Snapshot Debugger
|
||||||
|
---
|
||||||
|
|
||||||
|
If you're seeing issue with [Application Insights Snapshot Debugger](https://docs.microsoft.com/azure/azure-monitor/app/snapshot-debugger), get support from [Azure Support Center](https://azure.microsoft.com/support/create-ticket/).
|
|
@ -1,22 +1,22 @@
|
||||||
---
|
---
|
||||||
name: Bug Report (.NET Framework)
|
name: Bug Report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
labels: bug
|
labels: bug
|
||||||
---
|
---
|
||||||
-----------------Bug Template--------------------------------------------------------------
|
|
||||||
|
|
||||||
* SDK version:
|
* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using:
|
||||||
* .NET runtime version (.NET TargetFramework in the .csproj file):
|
* Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1, etc. You can find this information from the `*.csproj` file):
|
||||||
* Hosting Info (IIS/Azure WebApps/etc):
|
* Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.):
|
||||||
* Platform and OS version:
|
|
||||||
|
|
||||||
**Steps to reproduce.**
|
### Describe the bug
|
||||||
Describe exactly how to reproduce the error. Include a code sample if applicable.
|
|
||||||
|
|
||||||
**What is the expected behavior?**
|
A clear and concise description of what the bug is.
|
||||||
What did you expect to see?
|
|
||||||
|
|
||||||
**What is the actual behavior?**
|
### To Reproduce
|
||||||
What did you see instead?
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------
|
Create a self-contained project using the template of your choice, apply the minimum required code to result in the issue you're observing.
|
||||||
|
|
||||||
|
We will close this issue if:
|
||||||
|
|
||||||
|
* The repro project you share with us is complex. We can't investigate custom projects, so don't point us to such, please.
|
||||||
|
* If we will not be able to repro the behavior you're reporting
|
||||||
|
|
|
@ -4,15 +4,10 @@ about: Create a question to help us improve our knowledgebase and documentation
|
||||||
labels: question
|
labels: question
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe your environment.**
|
* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using:
|
||||||
Describe any aspect of your environment relevant to the question:
|
* Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1, etc. You can find this information from the `*.csproj` file):
|
||||||
* SDK version:
|
* Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.):
|
||||||
* .NET runtime version (.NET or .NET Core, TargetFramework in the .csproj file):
|
|
||||||
* Hosting Info (IIS/Azure WebApps/etc):
|
|
||||||
* Platform and OS version:
|
|
||||||
|
|
||||||
**What are you trying to achieve?**
|
**What are you trying to achieve?**
|
||||||
What did you expect to see?
|
|
||||||
|
|
||||||
**Additional context.**
|
**What have you tried so far?**
|
||||||
Add any other context about the problem here.
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче