name: Bug Report
description: Report a bug or unexpected behavior
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the form below.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Describe the bug...
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Configure MCP server with...
2. Open Figma file...
3. Run command...
4. See error...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: Describe what you expected...
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened?
placeholder: Describe what actually happened...
validations:
required: true
- type: input
id: version
attributes:
label: Package Version
description: What version of figma-mcp-server are you using?
placeholder: "1.0.0"
validations:
required: true
- type: dropdown
id: client
attributes:
label: AI Client
description: Which AI client are you using?
options:
- Cursor
- Windsurf
- Cline
- Claude Desktop
- Other
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js Version
description: What version of Node.js are you using? (run `node -v`)
placeholder: "v20.0.0"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
options:
- macOS
- Windows
- Linux
validations:
required: true
- type: textarea
id: logs
attributes:
label: Error Logs
description: If applicable, paste any error logs here.
render: shell
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context about the problem.