49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
name: Bug report
|
|
about: Report a problem with Pulse Signage
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please provide enough detail to reproduce the problem.
|
|
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: List the actions that trigger the bug.
|
|
placeholder: |
|
|
1. Open the dashboard
|
|
2. Change the playlist on a screen
|
|
3. Save and wait for playback to refresh
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What you expected to happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual behavior
|
|
description: What actually happened.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: Include version, browser, player setup, and any relevant logs.
|
|
placeholder: |
|
|
Version:
|
|
Browser:
|
|
Player version:
|
|
Logs:
|