Skip to content

Commit c657cc3

Browse files
authored
.github: add PR template (modelcontextprotocol#75)
The default template is too elaborate. Add a simpler one.
1 parent beed2f0 commit c657cc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### PR Tips
2+
3+
Typically, PRs should consist of a single commit, and so should generally follow
4+
the [rules for Go commit messages](https://go.dev/wiki/CommitMessage), with the following
5+
changes and additions:
6+
7+
- Markdown is allowed.
8+
9+
- For a pervasive change, use "all" in the title instead of a package name.
10+
11+
- The PR description should provide context (why this change?) and describe the changes
12+
at a high level. Changes that are obvious from the diffs don't need to be mentioned.

0 commit comments

Comments
 (0)