mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-20 12:55:21 +02:00
Merge pull request #199 from modelcontextprotocol/jspahrsummers-patch-1
Update pull_request_template.md
This commit is contained in:
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
@@ -3,8 +3,8 @@
|
|||||||
## Description
|
## Description
|
||||||
|
|
||||||
## Server Details
|
## Server Details
|
||||||
<!-- If modifying an existing server or adding a new one, provide details -->
|
<!-- If modifying an existing server, provide details -->
|
||||||
- Server: <!-- e.g., filesystem, github, new-server-name -->
|
- Server: <!-- e.g., filesystem, github -->
|
||||||
- Changes to: <!-- e.g., tools, resources, prompts -->
|
- Changes to: <!-- e.g., tools, resources, prompts -->
|
||||||
|
|
||||||
## Motivation and Context
|
## Motivation and Context
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
## Types of changes
|
## Types of changes
|
||||||
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
||||||
- [ ] New MCP Server
|
|
||||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||||
- [ ] New feature (non-breaking change which adds functionality)
|
- [ ] New feature (non-breaking change which adds functionality)
|
||||||
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
|
||||||
@@ -27,7 +26,7 @@
|
|||||||
## Checklist
|
## 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 Protocol Documentation](https://modelcontextprotocol.io)
|
- [ ] I have read the [MCP Protocol Documentation](https://modelcontextprotocol.io)
|
||||||
- [ ] My server follows MCP security best practices
|
- [ ] My changes follows MCP security best practices
|
||||||
- [ ] I have updated the server's README accordingly
|
- [ ] I have updated the server's README accordingly
|
||||||
- [ ] I have tested this with an LLM client
|
- [ ] I have tested this with an LLM client
|
||||||
- [ ] My code follows the repository's style guidelines
|
- [ ] My code follows the repository's style guidelines
|
||||||
|
|||||||
Reference in New Issue
Block a user