- Notifications
You must be signed in to change notification settings - Fork943
pull request and bug report template#84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,30 @@ | ||||||||
--- | ||||||||
name: "\U0001F41B Bug report" | ||||||||
about: Report a bug or unexpected behavior while using GitHub MCP | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||||
title: '' | ||||||||
labels: bug | ||||||||
assignees: '' | ||||||||
--- | ||||||||
### Describe the bug | ||||||||
A clear and concise description of what the bug is. | ||||||||
### Affected version | ||||||||
Please run `go run cmd/github-mcp-server/main.go --version` and paste the output below. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Might be worth a first suggestion of running the version flag against docker image or the binary first, as then they'll have the built in version tag. The command as written will just show the placeholders. It needs to be build with ldflags in order to have real info replace it (see the build command in docker image). | ||||||||
### Steps to reproduce the behavior | ||||||||
1. Type this '...' | ||||||||
2. View the output '....' | ||||||||
3. See error | ||||||||
### Expected vs actual behavior | ||||||||
A clear and concise description of what you expected to happen and what actually happened. | ||||||||
### Logs | ||||||||
Paste any available logs. Redact if needed. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
|
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,11 @@ | ||||||||
<!-- | ||||||||
Thank you for contributing to GitHub MCP! | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||||
Please reference an existing issue: `Closes #NUMBER` | ||||||||
Screenshots or videos of changed behavior is incredibly helpful and always appreciated. | ||||||||
Consider addressing the following: | ||||||||
- Tradeoffs: List tradeoffs you made to take on or pay down tech debt. | ||||||||
- Alternatives: Describe alternative approaches you considered and why you discarded them. | ||||||||
--> | ||||||||
Closes: | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
|