bug_report.yml•1.7 kB
name: Bug Report
description: File a bug report to help us improve
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Please provide detailed steps to reproduce the issue
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: dropdown
id: deployment
attributes:
label: Deployment
description: Are you using the local MCP server or the remote MCP server?
options:
- Local MCP server
- Remote MCP server
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: Please provide details about your environment
placeholder: |
- OS: [e.g. macOS, Linux, Windows]
- dbt CLI executable (for CLI tools): [e.g. dbt Core, Fusion, Cloud CLI]
- MCP client: [e.g. Cursor, Claude Desktop, OpenAI SDK...]
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell