Skip to content

Commit b083631

Browse files
authored
address pull request feedback (#87)
1 parent 0e91067 commit b083631

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "\U0001F41B Bug report"
3-
about: Report a bug or unexpected behavior while using GitHub MCP
3+
about: Report a bug or unexpected behavior while using GitHub MCP Server
44
title: ''
55
labels: bug
66
assignees: ''
@@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
1313

1414
### Affected version
1515

16-
Please run `go run cmd/github-mcp-server/main.go --version` and paste the output below.
16+
Please run ` docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version` and paste the output below
1717

1818
### Steps to reproduce the behavior
1919

@@ -27,4 +27,4 @@ A clear and concise description of what you expected to happen and what actually
2727

2828
### Logs
2929

30-
Paste any available logs. Redact if needed.
30+
Paste any available logs. Redact if needed.

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Thank you for contributing to GitHub MCP!
2+
Thank you for contributing to GitHub MCP Server!
33
Please reference an existing issue: `Closes #NUMBER`
44
55
Screenshots or videos of changed behavior is incredibly helpful and always appreciated.
@@ -8,4 +8,4 @@
88
- Alternatives: Describe alternative approaches you considered and why you discarded them.
99
-->
1010

11-
Closes:
11+
Closes:

0 commit comments

Comments
 (0)