name: Bug Report
description: Report a bug in GCP MCP Server
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
id: checks
attributes:
label: Pre-submission checks
description: Please confirm these before submitting
options:
- label: I've searched existing issues for this bug
required: true
- label: I'm using the latest version
required: true
- label: I've read the troubleshooting guide
required: true
- type: input
id: version
attributes:
label: GCP MCP Server Version
description: What version are you using?
placeholder: e.g. v1.0.0
validations:
required: true
- type: dropdown
id: environment
attributes:
label: Environment
description: What environment are you running in?
options:
- Claude Code
- Custom MCP Client
- Docker
- Local Development
- Other
validations:
required: true
- type: input
id: python-version
attributes:
label: Python Version
placeholder: e.g. 3.11.5
validations:
required: true
- type: input
id: os
attributes:
label: Operating System
placeholder: e.g. macOS 14.0, Ubuntu 22.04, Windows 11
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is
placeholder: When I try to query logs, I get an error...
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Configure MCP server with...
2. Run command...
3. See error...
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What you expected to happen
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What actually happened
validations:
required: true
- type: textarea
id: error-logs
attributes:
label: Error Logs
description: Complete error messages (remove any sensitive information)
render: shell
validations:
required: true
- type: textarea
id: configuration
attributes:
label: Configuration
description: Your MCP server configuration (remove credentials)
render: json
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the problem here