Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand All @@ -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 ` docker run -i --rm ghcr.io/github/github-mcp-server ./github-mcp-server --version` and paste the output below

### Steps to reproduce the behavior

Expand All @@ -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.
Paste any available logs. Redact if needed.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Thank you for contributing to GitHub MCP!
Thank you for contributing to GitHub MCP Server!
Please reference an existing issue: `Closes #NUMBER`

Screenshots or videos of changed behavior is incredibly helpful and always appreciated.
Expand All @@ -8,4 +8,4 @@
- Alternatives: Describe alternative approaches you considered and why you discarded them.
-->

Closes:
Closes: