File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments