name: 🐛 Bug Report
description: Report a bug or unexpected behavior
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill out the information below to help us investigate.
- 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. Start the server with...
2. Execute the following command...
3. Observe the error...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: I expected...
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened?
placeholder: Instead, I got...
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: Which version of simplenote-mcp-server are you using?
options:
- 1.9.0 (latest)
- 1.8.1
- 1.8.0
- 1.7.0
- Other (please specify in additional context)
validations:
required: true
- type: dropdown
id: deployment
attributes:
label: Deployment Method
description: How are you running the server?
options:
- Claude Desktop (MCP integration)
- Docker
- Docker Compose
- Kubernetes/Helm
- Python/pip install
- Other (please specify)
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: What OS are you running on?
options:
- macOS
- Linux
- Windows
- Docker (Linux container)
- Other
validations:
required: true
- type: input
id: python-version
attributes:
label: Python Version
description: What Python version are you using? (run `python --version`)
placeholder: "3.12.0"
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: Please paste any relevant log output
placeholder: |
Paste logs here...
render: shell
validations:
required: false
- type: textarea
id: config
attributes:
label: Configuration
description: Please share your configuration (redact any sensitive information like passwords)
placeholder: |
Environment variables:
SIMPLENOTE_EMAIL=...
SYNC_INTERVAL_SECONDS=...
render: shell
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Add any other context about the problem here
placeholder: Any additional information that might help...
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Pre-submission Checklist
description: Please confirm the following
options:
- label: I have searched existing issues to ensure this is not a duplicate
required: true
- label: I have included all relevant information above
required: true
- label: I have redacted any sensitive information (passwords, API keys, etc.)
required: true