File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " \U0001F41B Bug report"
3
+ about : Report a bug or unexpected behavior while using GitHub MCP
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ### Describe the bug
11
+
12
+ A clear and concise description of what the bug is.
13
+
14
+ ### Affected version
15
+
16
+ Please run ` go run cmd/github-mcp-server/main.go --version ` and paste the output below.
17
+
18
+ ### Steps to reproduce the behavior
19
+
20
+ 1 . Type this '...'
21
+ 2 . View the output '....'
22
+ 3 . See error
23
+
24
+ ### Expected vs actual behavior
25
+
26
+ A clear and concise description of what you expected to happen and what actually happened.
27
+
28
+ ### Logs
29
+
30
+ Paste any available logs. Redact if needed.
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Thank you for contributing to GitHub MCP!
3
+ Please reference an existing issue: `Closes #NUMBER`
4
+
5
+ Screenshots or videos of changed behavior is incredibly helpful and always appreciated.
6
+ Consider addressing the following:
7
+ - Tradeoffs: List tradeoffs you made to take on or pay down tech debt.
8
+ - Alternatives: Describe alternative approaches you considered and why you discarded them.
9
+ -->
10
+
11
+ Closes:
You can’t perform that action at this time.
0 commit comments