kicad-mcp/.github/PULL_REQUEST_TEMPLATE.md
2025-04-24 14:34:34 -04:00

1.5 KiB

name about title labels assignees
Pull Request Submit a pull request to contribute to the KiCad MCP Server

Description

Type of Change

  • 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

  • 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

Checklist

  • 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