name: Bug Report
description: Report a bug or issue with the Smartsheet MCP Server
title: "[Bug]: "
labels: ["bug", "needs-triage"]
body:
- type: markdown
attributes:
value: |
Thank you for reporting a bug! Please fill out the form below to help us understand and reproduce the issue.
- 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: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: What should have happened?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: A clear and concise description of what actually happened.
placeholder: What actually happened?
validations:
required: true
- type: dropdown
id: component
attributes:
label: Component
description: Which component is affected?
options:
- TypeScript MCP Server
- Python Operations (smartsheet_ops)
- Healthcare Analytics
- Docker Container
- CI/CD Pipeline
- Documentation
- Other
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of the software are you running?
placeholder: e.g., v0.3.0
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: Please provide information about your environment
placeholder: |
- OS: [e.g., macOS 13.0, Ubuntu 20.04]
- Node.js: [e.g., 18.15.0]
- Python: [e.g., 3.9.7]
- Claude Desktop: [version if applicable]
validations:
required: true
- type: textarea
id: logs
attributes:
label: Error Messages/Logs
description: Please paste any relevant error messages or logs
render: shell
placeholder: Paste error messages here...
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context about the problem here, including screenshots if helpful.
placeholder: Any additional information...