46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
---
|
|
name: Pull Request
|
|
about: Submit a pull request to contribute to the KiCad MCP Server
|
|
title: ""
|
|
labels: ""
|
|
assignees: ""
|
|
---
|
|
|
|
## Description
|
|
<!-- Provide a detailed description of the changes in this PR -->
|
|
|
|
## Related Issue(s)
|
|
<!-- Link any related issues using the format: Fixes #123, Addresses #456 -->
|
|
|
|
## Type of Change
|
|
<!-- Mark the appropriate options with 'x' (e.g., [x]) -->
|
|
- [ ] Bug fix (non-breaking change that fixes an issue)
|
|
- [ ] New feature (non-breaking change that adds functionality)
|
|
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- [ ] Documentation update
|
|
- [ ] Performance improvement
|
|
- [ ] Code refactoring (no functional changes)
|
|
- [ ] Other (please describe):
|
|
|
|
## Testing Performed
|
|
<!-- Describe the testing you've done -->
|
|
- [ ] Added new unit tests
|
|
- [ ] Manually tested on macOS
|
|
- [ ] Manually tested on Windows
|
|
- [ ] Manually tested on Linux
|
|
- [ ] Integration tested with Claude Desktop or other MCP client
|
|
|
|
## Screenshots/Output
|
|
<!-- If applicable, add screenshots or output examples -->
|
|
|
|
## Checklist
|
|
<!-- Mark items with 'x' (e.g., [x]) -->
|
|
- [ ] My code follows the project's coding style
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] I have updated the documentation to reflect my changes
|
|
- [ ] My changes generate no new warnings or errors
|
|
- [ ] I have checked that my changes work on all supported platforms
|
|
- [ ] New and existing unit tests pass with my changes
|
|
|
|
## Additional Notes
|
|
<!-- Any other information that would be useful --> |