bug_report.yml•2.7 kB
name: Bug report
description: Create a report to help us improve Ultra MCP
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: version
attributes:
label: Ultra MCP Version
description: What version of Ultra MCP are you running?
placeholder: e.g., 0.5.0 or latest
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: Tell us what happened!
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Run command '...'
2. Configure with '...'
3. 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.
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: A clear and concise description of what actually happened.
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: Information about your environment
placeholder: |
- OS: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
- Node.js version: [e.g., 20.10.0]
- Claude Code version: [if applicable]
- Installation method: [npm, npx, local build]
validations:
required: true
- type: textarea
id: logs
attributes:
label: Error Logs
description: If applicable, add any error logs or output
render: shell
- type: textarea
id: config
attributes:
label: Configuration
description: If relevant, share your configuration (remove any API keys!)
render: json
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context about the problem here.
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Please confirm the following
options:
- label: I have searched existing issues to avoid duplicates
required: true
- label: I have removed any sensitive information (API keys, tokens, etc.)
required: true
- label: I am using a supported version of Node.js (18+)
required: true