Skip to content

Commit 3c2e930

Browse files
authored
Update issue templates - bug report (code)
Created issue template for bug report (code)
1 parent 4c3219a commit 3c2e930

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
name: Bug report (code)
3+
about: Report a bug or unexpected behavior in the gateway, wrapper, API, UI, or services
4+
title: "[Bug]:"
5+
labels: bug, triage
6+
assignees: ''
7+
8+
---
9+
10+
### 🐞 Bug Summary
11+
Briefly describe the issue or unexpected behavior.
12+
13+
---
14+
15+
### 🧩 Affected Component
16+
Select the area of the project impacted:
17+
18+
- [ ] `mcpgateway` - API
19+
- [ ] `mcpgateway` - UI (admin panel)
20+
- [ ] `mcpgateway-wrapper` - stdio wrapper
21+
- [ ] Federation or Transports
22+
- [ ] CLI, Makefiles, or shell scripts
23+
- [ ] Container setup (Docker/Podman/Compose)
24+
- [ ] Other (explain below)
25+
26+
---
27+
28+
### 🔁 Steps to Reproduce
29+
30+
1. ...
31+
2. ...
32+
3. ...
33+
34+
---
35+
36+
### 🤔 Expected Behavior
37+
What should have happened instead?
38+
39+
---
40+
41+
### 📓 Logs / Error Output
42+
Paste any relevant stack traces or logs here.
43+
⚠️ **Do not paste secrets, credentials, or tokens.**
44+
45+
---
46+
47+
### 🧠 Environment Info
48+
You can retrieve most of this from the `/version` endpoint.
49+
50+
| Key | Value |
51+
|-----|-------|
52+
| Version or commit | `e.g. v0.9.0 or main@a1b2c3d` |
53+
| Runtime | `e.g. Python 3.11, Gunicorn` |
54+
| Platform / OS | `e.g. Ubuntu 22.04, macOS` |
55+
| Container | `e.g. Docker, Podman, none` |
56+
57+
---
58+
59+
### 🧩 Additional Context (optional)
60+
Add any configuration details, flags, or related issues.

0 commit comments

Comments
 (0)