Skip to content

Commit 4f7eecc

Browse files
committed
Create pull_request_template.md
1 parent e45bdcb commit 4f7eecc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!-- Provide a brief summary of your changes -->
2+
3+
## Motivation and Context
4+
<!-- Why is this change needed? What problem does it solve? -->
5+
6+
## How Has This Been Tested?
7+
<!-- Have you tested this in a real application? Which scenarios were tested? -->
8+
9+
## Breaking Changes
10+
<!-- Will users need to update their code or configurations? -->
11+
12+
## Types of changes
13+
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
14+
- [ ] Bug fix (non-breaking change which fixes an issue)
15+
- [ ] New feature (non-breaking change which adds functionality)
16+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
17+
- [ ] Documentation update
18+
19+
## Checklist
20+
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
21+
- [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io)
22+
- [ ] My code follows the repository's style guidelines
23+
- [ ] New and existing tests pass locally
24+
- [ ] I have added appropriate error handling
25+
- [ ] I have added or updated documentation as needed
26+
27+
## Additional context
28+
<!-- Add any other context, implementation notes, or design decisions -->

0 commit comments

Comments
 (0)