name: Config or usage question
description: Ask about Zentui configuration or expected behavior
title: "question: "
labels: ["question", "needs-triage"]
body:
  - type: markdown
    attributes:
      value: |
        Use this for questions about pi-zentui configuration, /zentui settings, color sources, or expected terminal UI behavior.

  - type: checkboxes
    id: preflight
    attributes:
      label: Pre-flight checks
      options:
        - label: I searched existing issues before opening this one.
          required: true
        - label: I checked the README configuration section.
          required: true

  - type: textarea
    id: question
    attributes:
      label: Question
      description: What are you trying to configure or understand?
    validations:
      required: true

  - type: textarea
    id: config
    attributes:
      label: Relevant Zentui config
      description: Paste relevant values from ~/.pi/agent/zentui.json. Remove secrets if any.
      render: json

  - type: textarea
    id: environment
    attributes:
      label: Environment
      description: Include details that may affect config, colors, or rendering.
      placeholder: |
        Zentui version:
        Pi version:
        Install source:
        OS:
        Terminal app:
        Font:
        Theme/colorscheme:
    validations:
      required: true

  - type: textarea
    id: context
    attributes:
      label: Context
      description: Describe the behavior you see, the behavior you expected, and any commands or settings you already tried.
