mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 11:36:44 +00:00
22 lines
562 B
YAML
22 lines
562 B
YAML
name: Bug report
|
|
description: Report incorrect CLI behavior
|
|
title: "bug: "
|
|
labels: [bug]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Minimal workflow
|
|
description: Attach an anonymized workflow or the smallest JSON that reproduces the problem. Never include credentials.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Command and output
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Vibeflow and Node.js versions
|
|
validations:
|
|
required: true
|