|
1 | 1 | <!-- |
2 | | - Thank you for contributing to GitHub MCP Server! |
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. |
| 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 | +## Lint & tests |
| 37 | +<!-- Check what you ran. If not run, explain briefly. --> |
| 38 | +- [ ] Linted locally with `./script/lint` |
| 39 | +- [ ] Tested locally with `./script/test` |
| 40 | + |
| 41 | +## Docs |
| 42 | + |
| 43 | +- [ ] Not needed |
| 44 | +- [ ] Updated (README / docs / examples) |
0 commit comments