name: Bug Report
description: File a bug report to help us improve NCP
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please provide as much detail as possible to help us reproduce and fix the issue.
- type: checkboxes
id: terms
attributes:
label: Prerequisites
description: Please confirm the following before submitting
options:
- label: I have searched existing issues to ensure this is not a duplicate
required: true
- label: I am using a supported version of NCP (1.1.x or 1.2.x)
required: true
- label: I have read the documentation and troubleshooting guide
required: true
- type: input
id: version
attributes:
label: NCP Version
description: What version of NCP are you running?
placeholder: "e.g., 1.2.1"
validations:
required: true
- type: dropdown
id: environment
attributes:
label: Environment
description: What environment are you running NCP in?
options:
- macOS
- Windows
- Linux (Ubuntu)
- Linux (other)
- Docker
- Other (specify in description)
validations:
required: true
- type: input
id: node-version
attributes:
label: Node.js Version
description: What version of Node.js are you using?
placeholder: "e.g., 20.11.0"
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is
placeholder: Describe what happened and what you expected to happen
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1. Run command '...'
2. Configure MCP server '...'
3. Execute action '...'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened?
validations:
required: true
- type: textarea
id: logs
attributes:
label: Error Messages/Logs
description: Please paste any relevant error messages or logs
render: shell
- type: textarea
id: config
attributes:
label: NCP Configuration
description: |
Please share relevant parts of your NCP configuration (remove any sensitive information)
render: json
- type: textarea
id: additional
attributes:
label: Additional Context
description: Add any other context about the problem here
placeholder: Screenshots, related issues, potential solutions, etc.