|
| 1 | +--- |
| 2 | +name: Pull Request |
| 3 | +about: Submit a pull request to contribute to the KiCad MCP Server |
| 4 | +title: "" |
| 5 | +labels: "" |
| 6 | +assignees: "" |
| 7 | +--- |
| 8 | + |
| 9 | +## Description |
| 10 | +<!-- Provide a detailed description of the changes in this PR --> |
| 11 | + |
| 12 | +## Related Issue(s) |
| 13 | +<!-- Link any related issues using the format: Fixes #123, Addresses #456 --> |
| 14 | + |
| 15 | +## Type of Change |
| 16 | +<!-- Mark the appropriate options with 'x' (e.g., [x]) --> |
| 17 | +- [ ] Bug fix (non-breaking change that fixes an issue) |
| 18 | +- [ ] New feature (non-breaking change that adds functionality) |
| 19 | +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) |
| 20 | +- [ ] Documentation update |
| 21 | +- [ ] Performance improvement |
| 22 | +- [ ] Code refactoring (no functional changes) |
| 23 | +- [ ] Other (please describe): |
| 24 | + |
| 25 | +## Testing Performed |
| 26 | +<!-- Describe the testing you've done --> |
| 27 | +- [ ] Added new unit tests |
| 28 | +- [ ] Manually tested on macOS |
| 29 | +- [ ] Manually tested on Windows |
| 30 | +- [ ] Manually tested on Linux |
| 31 | +- [ ] Integration tested with Claude Desktop or other MCP client |
| 32 | + |
| 33 | +## Screenshots/Output |
| 34 | +<!-- If applicable, add screenshots or output examples --> |
| 35 | + |
| 36 | +## Checklist |
| 37 | +<!-- Mark items with 'x' (e.g., [x]) --> |
| 38 | +- [ ] My code follows the project's coding style |
| 39 | +- [ ] I have commented my code, particularly in hard-to-understand areas |
| 40 | +- [ ] I have updated the documentation to reflect my changes |
| 41 | +- [ ] My changes generate no new warnings or errors |
| 42 | +- [ ] I have checked that my changes work on all supported platforms |
| 43 | +- [ ] New and existing unit tests pass with my changes |
| 44 | + |
| 45 | +## Additional Notes |
| 46 | +<!-- Any other information that would be useful --> |
0 commit comments