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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ A clear and concise description of what the feature or problem is.
15
15
16
16
How will it benefit GitHub MCP Server and its users?
17
17
18
+
### Example prompts or workflows (for tools/toolsets only)
19
+
20
+
If it's a new tool or improvement, share 3–5 example prompts or workflows it would enable. Just enough detail to show the value. Clear, valuable use cases are more likely to get approved.
21
+
18
22
### Additional context
19
23
20
-
Add any other context like screenshots or mockups are helpful, if applicable.
24
+
Add any other context like screenshots or mockups are helpful, if applicable.
stale-issue-message: "This issue is stale because it has been open for ${{ env.PR_DAYS_BEFORE_STALE }} days with no activity. Leave a comment to avoid closing this issue in ${{ env.PR_DAYS_BEFORE_CLOSE }} days."
23
+
close-issue-message: "This issue was closed because it has been inactive for ${{ env.PR_DAYS_BEFORE_CLOSE }} days since being marked as stale."
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,36 @@ Contributions to this project are [released](https://help.github.com/articles/gi
10
10
11
11
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
12
12
13
+
## What we're looking for
14
+
15
+
We can't guarantee that every tool, feature, or pull request will be approved or merged. Our focus is on supporting high-quality, high-impact capabilities that advance agentic workflows and deliver clear value to developers.
16
+
17
+
To increase the chances your request is accepted:
18
+
* Include real use cases or examples that demonstrate practical value
19
+
* If your request stalls, you can open a Discussion post and link to your issue or PR
20
+
* We actively revisit requests that gain strong community engagement (👍s, comments, or evidence of real-world use)
21
+
22
+
Thanks for contributing and for helping us build toolsets that are truly valuable!
23
+
13
24
## Prerequisites for running and testing code
14
25
15
26
These are one time installations required to be able to test your changes locally as part of the pull request (PR) submission process.
16
27
17
-
1.install Go [through download](https://go.dev/doc/install) | [through Homebrew](https://formulae.brew.sh/formula/go)
0 commit comments