Skip to content

Commit 2f3bc60

Browse files
nanotaboadaclaude
andcommitted
ci(github): add bug report issue template
Introduced alongside the first reported bug (#424) to standardize how future issues are filed. The template mirrors the structure used in #424: Description, Steps to Reproduce, Expected / Actual Behavior, Environment, and an optional Possible Solution section. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7028e73 commit 2f3bc60

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Report a bug or unexpected behavior
4+
title: "[BUG]"
5+
labels: bug, .NET
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
12+
A clear and concise description of what the bug is.
13+
14+
## Steps to Reproduce
15+
16+
1. Step 1
17+
2. Step 2
18+
3. Step 3
19+
20+
## Expected Behavior
21+
22+
What you expected to happen.
23+
24+
## Actual Behavior
25+
26+
What actually happened.
27+
28+
## Environment
29+
30+
- **.NET SDK version:** (output of `dotnet --version`)
31+
- **ASP.NET Core version:** (from `*.csproj`)
32+
- **OS:** (e.g., macOS 15.0, Ubuntu 24.04, Windows 11)
33+
34+
## Additional Context
35+
36+
Add any other context about the problem here (logs, screenshots, etc.).
37+
38+
## Possible Solution
39+
40+
(Optional) Suggest a fix or workaround if you have one.

0 commit comments

Comments
 (0)