Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 authored Jun 26, 2023
1 parent 393838b commit d50cdf6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: needs-triage
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS:
- Package version (Microsoft.ApplicationInsights.Profiler.AspNetCore)
- Application Insights:
You can usually find that info in your `.csproj` file.

**Additional context**
Add any other context about the problem here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/trace-analysis-failure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Trace Analysis Failure
about: Needs help trace trace analysis failures
title: ''
labels: ''
assignees: ''

---

!!Please do NOT include any private info in the issue!!

We will investigate to understand why the trace can't be analyzed.

Please include this information:
* First 8 characters of your application instrumentation key, for example - 123e4567:
* The correlation id displayed on the page of error (for example abc90def):
* Can you download the trace file using the download button in the right upper corner (y/n):
* Anything else?

0 comments on commit d50cdf6

Please sign in to comment.