From cfe63d303f355869cdc92cb184b00496fc51a7f9 Mon Sep 17 00:00:00 2001 From: Ariel Deitcher Date: Thu, 3 Apr 2025 13:05:56 -0700 Subject: [PATCH 1/2] address pull request feedback --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/pull_request_template.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d3283f454..037649f8a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: "\U0001F41B Bug report" -about: Report a bug or unexpected behavior while using GitHub MCP +about: Report a bug or unexpected behavior while using GitHub MCP Server title: '' labels: bug assignees: '' @@ -13,7 +13,7 @@ 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. +Please run `./github-mcp-server --version` and paste the output below. ### Steps to reproduce the behavior @@ -27,4 +27,4 @@ A clear and concise description of what you expected to happen and what actually ### Logs -Paste any available logs. Redact if needed. \ No newline at end of file +Paste any available logs. Redact if needed. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d03b7d858..dab8583f0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ -Closes: \ No newline at end of file +Closes: From 39603c26a2265b6c8a2a4b9fda6d3d4fd7f33441 Mon Sep 17 00:00:00 2001 From: Ariel Deitcher Date: Thu, 3 Apr 2025 13:31:59 -0700 Subject: [PATCH 2/2] reference docker command --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 037649f8a..79d806777 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ A clear and concise description of what the bug is. ### Affected version -Please run `./github-mcp-server --version` and paste the output below. +Please run ` docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version` and paste the output below ### Steps to reproduce the behavior