gitpane 0.16.1

Multi-repo Git workspace dashboard TUI
Documentation
name: Bug report
description: Report a reproducible problem in gitpane
title: "[Bug]: "
labels: []
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to report a problem. Please remove secrets
        from logs and screenshots before submitting.
  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: What went wrong, and what did you expect instead?
      placeholder: Describe the observed and expected behavior.
    validations:
      required: true
  - type: textarea
    id: steps
    attributes:
      label: Steps to reproduce
      description: Include the smallest repository layout or workflow that shows the problem.
      placeholder: |
        1. Start gitpane with ...
        2. Select ...
        3. Press ...
    validations:
      required: true
  - type: textarea
    id: environment
    attributes:
      label: Environment
      description: Include the gitpane version or commit, operating system, terminal, and installation method.
      placeholder: |
        gitpane:
        OS:
        Terminal:
        Install method:
    validations:
      required: true
  - type: textarea
    id: logs
    attributes:
      label: Logs
      description: Paste relevant output. Remove secrets first.
      render: shell
    validations:
      required: false
  - type: textarea
    id: additional-context
    attributes:
      label: Additional context
      description: Add screenshots, workarounds, or related issues. Remove secrets first.
    validations:
      required: false
  - type: checkboxes
    id: checks
    attributes:
      label: Before submitting
      options:
        - label: I searched existing issues and did not find a duplicate
          required: true
        - label: I removed secrets and other sensitive information from this report
          required: true