mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
23 lines
591 B
YAML
23 lines
591 B
YAML
name: 🐞 Report a bug
|
|
description: File a bug/issue on Sparkles-Guide
|
|
labels: [needs-triage]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Current Behavior
|
|
description: A clear & concise description of what you're experiencing.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear & concise description of what you expected to happen.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
validations:
|
|
required: false
|