Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<!-- Why is this change needed? What problem does it solve? -->

## How Has This Been Tested?
<!-- Have you tested this in a real application? Which scenarios were tested? -->
<!-- How did you test it? Which scenarios were tested? -->
- [ ] Automated unit / integration tests
- [ ] Tested manually
- [ ] Tested in a real application

## Breaking Changes
<!-- Will users need to update their code or configurations? -->
Expand All @@ -13,13 +16,17 @@
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Test update (non-breaking change which adds or updates tests)
- [ ] Refactoring (non-breaking change which makes things better)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] CI/build script update (update CI workflow or build scripts)

## Checklist
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!-- Go over all the following points and put an `x` in all the boxes that apply. -->
- [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io)
- [ ] My code follows the repository's style guidelines
- [ ] I have added automated tests for my change
- [ ] New and existing tests pass locally
- [ ] I have added appropriate error handling
- [ ] I have added or updated documentation as needed
Expand Down