openpencil/.github/ISSUE_TEMPLATE/bug_report.yml
Fini 6ed9548c0d merge: land the align-branch work onto the refreshed base
47 commits from the align branch merged onto the force-updated remote
base (which had replayed an earlier snapshot of the same work plus new
overlay/pointer features and CI fixes). Conflict resolution: kept the
newer align side for the generation pipeline (orchestrator, mcp, skills,
design tools), kept the base side for the chat-panel test semantics and
graceful overlay teardown, fused both in sub_agent_session (design-turn
thinking policy + graceful epoch finish), and dropped the files each
side had deleted (legacy concurrent/dashboard paths, retired TS skills).
Deduped two identical replayed hunks (export.rs, chat_session_tests.rs).

Known issue carried over: provider_probe_host::landed_connected_outcome_
without_models_is_failure fails on a host with a live provider config
(env-sensitive test, both sides byte-identical there; green on CI).
2026-07-03 00:08:17 +08:00

71 lines
1.6 KiB
YAML

name: Bug Report
description: Report a bug or unexpected behavior
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug! Please fill in the details below.
- type: input
id: version
attributes:
label: Version
description: OpenPencil version (check Help > About or `Cargo.toml`)
placeholder: e.g. 0.3.2
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform
options:
- Web (browser)
- macOS (Electron)
- Windows (Electron)
- Linux (Electron)
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear description of what the bug is.
placeholder: What happened?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Minimal steps to reproduce the behavior.
placeholder: |
1. Open the editor
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots / Recordings
description: If applicable, add screenshots or screen recordings.
- type: textarea
id: context
attributes:
label: Additional Context
description: Any other context — browser version, OS version, error logs, etc.