mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 10:56:41 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
||||
25
.github/ISSUE_TEMPLATE/good-first-issue.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/good-first-issue.md
vendored
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue