The Electron desktop app was retired with the TypeScript editor; the platform and area pickers now name the native desktop build.
71 lines
1.6 KiB
YAML
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 (native desktop)
|
|
- Windows (native desktop)
|
|
- Linux (native desktop)
|
|
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.
|