Skip to content

Commit 0e91067

Browse files
authored
pull request and bug report template (#84)
1 parent bb56733 commit 0e91067

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Report a bug or unexpected behavior while using GitHub MCP
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
12+
A clear and concise description of what the bug is.
13+
14+
### Affected version
15+
16+
Please run `go run cmd/github-mcp-server/main.go --version` and paste the output below.
17+
18+
### Steps to reproduce the behavior
19+
20+
1. Type this '...'
21+
2. View the output '....'
22+
3. See error
23+
24+
### Expected vs actual behavior
25+
26+
A clear and concise description of what you expected to happen and what actually happened.
27+
28+
### Logs
29+
30+
Paste any available logs. Redact if needed.

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!--
2+
Thank you for contributing to GitHub MCP!
3+
Please reference an existing issue: `Closes #NUMBER`
4+
5+
Screenshots or videos of changed behavior is incredibly helpful and always appreciated.
6+
Consider addressing the following:
7+
- Tradeoffs: List tradeoffs you made to take on or pay down tech debt.
8+
- Alternatives: Describe alternative approaches you considered and why you discarded them.
9+
-->
10+
11+
Closes:

0 commit comments

Comments
 (0)