32 lines
650 B
YAML
32 lines
650 B
YAML
name: Bug
|
|
about: Broken behavior with reproduction steps.
|
|
title: "fix: "
|
|
labels:
|
|
- type/fix
|
|
body:
|
|
- type: textarea
|
|
id: observed
|
|
attributes:
|
|
label: Observed Behavior
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Reproduction Steps
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: verification
|
|
attributes:
|
|
label: Verification
|
|
description: Test or browser evidence that proves the fix.
|
|
validations:
|
|
required: true
|