You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2
+
Copilot: Fill all sections. Prefer short, concrete answers.
3
+
If a checkbox is selected, add a brief explanation.
9
4
-->
10
5
11
-
Closes:
6
+
## Summary
7
+
<!-- In 1–2 sentences: what does this PR do? -->
8
+
9
+
## Why
10
+
<!-- Why is this change needed? Link issues or discussions. -->
11
+
Fixes #
12
+
13
+
## What changed
14
+
<!-- Bullet list of concrete changes. -->
15
+
-
16
+
-
17
+
18
+
## MCP impact
19
+
<!-- Select one or more. If selected, add 1–2 sentences. -->
20
+
-[ ] No tool or API changes
21
+
-[ ] Tool schema or behavior changed
22
+
-[ ] New tool added
23
+
24
+
## Prompts tested (tool changes only)
25
+
<!-- If you changed or added tools, list example prompts you tested. -->
26
+
<!-- Include prompts that trigger the tool and describe the use case. -->
27
+
<!-- Example: "List all open issues in the repo assigned to me" -->
28
+
-
29
+
30
+
## Security / limits
31
+
<!-- Select if relevant. Add a short note if checked. -->
32
+
-[ ] No security or limits impact
33
+
-[ ] Auth / permissions considered
34
+
-[ ] Data exposure, filtering, or token/size limits considered
35
+
36
+
## Tool renaming
37
+
-[ ] I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
38
+
-[ ] I have added the new tool aliases in `deprecated_tool_aliases.go`
39
+
-[ ] I am not renaming tools as part of this PR
40
+
41
+
Note: if you're renaming tools, you *must* add the tool aliases. For more information on how to do so, please refer to the [official docs](https://github.com/github/github-mcp-server/blob/main/docs/tool-renaming.md).
42
+
43
+
## Lint & tests
44
+
<!-- Check what you ran. If not run, explain briefly. -->
0 commit comments