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

14
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,14 @@
## What changed
Describe the main changes in this PR.
## Why
Explain the problem or improvement.
## Checklist
- [ ] Docs updated if behavior changed
- [ ] Examples updated if needed
- [ ] Changelog updated if user-visible
- [ ] No unsafe assumptions introduced