Skip to content

Commit 29087e6

Browse files
nanotaboadaclaude
andcommitted
docs(github): add bug report issue template
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a30502e commit 29087e6

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
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
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+
- **Python version:** (output of `python --version`)
31+
- **FastAPI version:** (from `pyproject.toml`)
32+
- **OS:** (e.g., macOS 14.0, Ubuntu 22.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)