Merge pull request #1941 from microsoft/reyang/issuetemplate

Improve bug template
This commit is contained in:
Reiley Yang 2020-06-30 20:01:50 -07:00 коммит произвёл GitHub
Родитель 193ca6d4f2 1989e98667
Коммит bdfcd1a84a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 41 добавлений и 22 удалений

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

@ -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/).

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

@ -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/).

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

@ -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).

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

@ -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/).

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

@ -1,22 +1,22 @@
---
name: Bug Report (.NET Framework)
name: Bug Report
about: Create a report to help us improve
labels: bug
---
-----------------Bug Template--------------------------------------------------------------
* SDK version:
* .NET runtime version (.NET TargetFramework in the .csproj file):
* Hosting Info (IIS/Azure WebApps/etc):
* Platform and OS version:
* 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, etc. You can find this information from the `*.csproj` file):
* Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.):
**Steps to reproduce.**
Describe exactly how to reproduce the error. Include a code sample if applicable.
### Describe the bug
**What is the expected behavior?**
What did you expect to see?
A clear and concise description of what the bug is.
**What is the actual behavior?**
What did you see instead?
### To Reproduce
-------------------------------------------------------------------------------------------
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

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

@ -4,15 +4,10 @@ about: Create a question to help us improve our knowledgebase and documentation
labels: question
---
**Describe your environment.**
Describe any aspect of your environment relevant to the question:
* SDK version:
* .NET runtime version (.NET or .NET Core, TargetFramework in the .csproj file):
* Hosting Info (IIS/Azure WebApps/etc):
* Platform and OS version:
* 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, etc. You can find this information from the `*.csproj` file):
* Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.):
**What are you trying to achieve?**
What did you expect to see?
**Additional context.**
Add any other context about the problem here.
**What have you tried so far?**