38 lines
729 B
YAML
38 lines
729 B
YAML
name: Bug Report
|
|
description: Report a bug
|
|
title: '[Bug] '
|
|
labels: ['bug']
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What happened?
|
|
placeholder: Describe the bug and expected behavior
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: code
|
|
attributes:
|
|
label: Code
|
|
render: typescript
|
|
placeholder: Minimal reproduction code
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: browser
|
|
attributes:
|
|
label: Browser
|
|
placeholder: 'Chrome 120, Firefox 119, etc.'
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: version
|
|
placeholder: '0.0.0'
|
|
validations:
|
|
required: true
|