d18ada4ee7
Docker Publish / docker (web, apps/web/Dockerfile, web) (push) Failing after 0s
Docker Publish / docker (api, apps/api/Dockerfile, api) (push) Failing after 1s
Publish Extension / detect-version (push) Has been skipped
Publish Extension / submit (push) Has been cancelled
38 lines
930 B
YAML
38 lines
930 B
YAML
name: Bug Report
|
|
description: Report a problem or regression
|
|
title: "[Bug]: "
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Observed behavior and screenshots
|
|
placeholder: What actually happened
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs or screenshots
|
|
description: Paste relevant logs or add screenshots
|
|
placeholder: Attach files or paste logs here
|
|
validations:
|
|
required: false
|
|
- type: input
|
|
id: app_version
|
|
attributes:
|
|
label: App version
|
|
description: The VidBee version (e.g., 1.2.3)
|
|
placeholder: 1.2.3
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os_version
|
|
attributes:
|
|
label: OS version
|
|
description: Your operating system and version (e.g., macOS 14.2, Windows 11 23H2)
|
|
placeholder: macOS 14.2
|
|
validations:
|
|
required: true
|