feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

20
.github/DISCUSSION_TEMPLATE/ideas.yml vendored Normal file
View file

@ -0,0 +1,20 @@
title: Ideas
labels: [ideas]
body:
- type: textarea
id: summary
attributes:
label: Idea summary
description: What would you like to see in Vibeflow n8n?
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: What problem would this solve?
- type: textarea
id: sketch
attributes:
label: Proposed approach
description: Share a rough implementation idea or usage example.

View file

@ -0,0 +1,15 @@
title: Show and tell
labels: [show-and-tell]
body:
- type: textarea
id: built
attributes:
label: What did you build?
description: Share the workflow, recipe, or automation you created with Vibeflow n8n.
validations:
required: true
- type: textarea
id: notes
attributes:
label: Notes
description: What worked well, what was tricky, and what should improve?