From 2036c8b2e9c5bbf60e28b1d42a1d12f0c30066c3 Mon Sep 17 00:00:00 2001 From: Ariel Deitcher Date: Thu, 3 Apr 2025 12:32:25 -0700 Subject: [PATCH] pull request and bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ .github/pull_request_template.md | 11 ++++++++++ 2 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..d3283f454 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: "\U0001F41B Bug report" +about: Report a bug or unexpected behavior while using GitHub MCP +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. + +### 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. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d03b7d858 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ + + +Closes: \ No newline at end of file