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

28
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,28 @@
---
name: Bug report
about: Report a problem in behavior, docs, examples, or packaging
---
## Summary
Describe the bug.
## Expected behavior
What should have happened?
## Actual behavior
What happened instead?
## Where it appears
- [ ] docs
- [ ] prompt / skill behavior
- [ ] examples
- [ ] client guide
- [ ] recipes
## Additional context
Add logs, screenshots, or reproduction notes.

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Questions and setup help
url: https://github.com/OWNER/REPO/discussions
about: Use Discussions for setup questions, ideas, and help requests.

View file

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an improvement, new recipe, or new client support idea
---
## Summary
Describe the improvement.
## Why it matters
What problem does it solve?
## Proposed shape
Describe your preferred implementation.
## Additional context
Links, examples, or related tools.

View file

@ -0,0 +1,25 @@
---
name: Good first issue
about: Template for starter tasks to help new contributors join the project.
title: "[good first issue] "
labels: ["good first issue"]
assignees: []
---
## Goal
Describe the task in one or two sentences.
## Why it matters
Explain how this improves the project.
## Acceptance criteria
- [ ]
- [ ]
- [ ]
## Helpful context
Add links, files, or examples that make this easier to complete.