Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
mntlty merged 1 commit intomainfromtemplates
Apr 3, 2025
Merged

pull request and bug report template#84

mntlty merged 1 commit intomainfromtemplates
Apr 3, 2025

Conversation

mntlty
Copy link
Collaborator

Closes#62

Inspired by and heavily borrowed fromhttps://github.com/cli/cli and other GitHub projects

@CopilotCopilotAI review requested due to automatic review settingsApril 3, 2025 19:34
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This pull request adds a pull request template and a bug report template to standardize contribution guidelines and bug reporting for GitHub MCP.

  • Added a pull request template with contributor instructions and a placeholder for issue references.
  • Introduced a bug report template outlining the steps to describe bugs, version information, and logs.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
.github/pull_request_template.mdNew template file providing guidelines for submitting PRs.
.github/ISSUE_TEMPLATE/bug_report.mdNew bug report template to standardize bug submission details.
Comments suppressed due to low confidence (2)

.github/pull_request_template.md:11

Closes:

.github/ISSUE_TEMPLATE/bug_report.md:20

  • [nitpick] Consider providing clearer placeholder instructions in the steps to reproduce (e.g., what should be typed) to improve reporter clarity.
1. Type this '...'

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused.Learn more

@mntltymntlty merged commit0e91067 intomainApr 3, 2025
16 checks passed
Copy link
Collaborator

@SamMorrowDrumsSamMorrowDrums left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for this, I'm super happy we are doing this in time for the release! ❤️

One actual comment with the version command. As written it won't give anything useful, and we'd rather they ran it from the pre-built binary if they were using one.

One suggestion is get them to run docker build and then a docker run command. That could work. (example in the Dockerfile plus the branch_name passed as version build arg in the docker workflow.

2 Smol Nits:

  • missing line endings at end if file
  • I like using the full title and not emitting server because I guess I can be a pedant 🤣


### Logs

Paste any available logs. Redact if needed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Paste any available logs. Redact if needed.
Paste any available logs. Redact if needed.

- Alternatives: Describe alternative approaches you considered and why you discarded them.
-->

Closes:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Closes:
Closes:

@@ -0,0 +1,11 @@
<!--
Thank you for contributing to GitHub MCP!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Thank you for contributing to GitHub MCP!
Thank you for contributing to GitHub MCP Server!


### Affected version

Please run `go run cmd/github-mcp-server/main.go --version` and paste the output below.
Copy link
Collaborator

Choose a reason for hiding this comment

The 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).

@@ -0,0 +1,30 @@
---
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub MCP
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
about: Report a bug or unexpected behavior while using GitHub MCP
about: Report a bug or unexpected behavior while using GitHub MCP Server

@mntltymntlty mentioned this pull requestApr 3, 2025
manian0430 pushed a commit to ChrisLally/github-mcp-server that referenced this pull requestApr 12, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@SamMorrowDrumsSamMorrowDrumsSamMorrowDrums left review comments

Copilot code reviewCopilotCopilot left review comments

@tobytobytoby approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

PR and issue templates
3 participants
@mntlty@toby@SamMorrowDrums

[8]ページ先頭

©2009-2025 Movatter.jp