Skip to content

Commit 8f46959

Browse files
authored
Merge branch 'main' into feat/comparison-engine
2 parents 45562de + 6106d85 commit 8f46959

67 files changed

Lines changed: 15274 additions & 76 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## PR Checklist
2+
3+
### 1. Select Contribution Type
4+
- [ ] Kit (`kits/<category>/<kit-name>/`)
5+
- [ ] Bundle (`bundles/<bundle-name>/`)
6+
- [ ] Template (`templates/<template-name>/`)
7+
8+
---
9+
10+
### 2. General Requirements
11+
- [ ] PR is for **one project only** (no unrelated changes)
12+
- [ ] No secrets, API keys, or real credentials are committed
13+
- [ ] Folder name uses `kebab-case` and matches the flow ID
14+
- [ ] All changes are documented in `README.md` (purpose, setup, usage)
15+
16+
---
17+
18+
### 3. File Structure (Check what applies)
19+
- [ ] `config.json` present with valid metadata (name, description, tags, steps, author, env keys)
20+
- [ ] All flows in `flows/<flow-name>/` (where applicable) include:
21+
- `config.json` (Lamatic flow export)
22+
- `inputs.json`
23+
- `meta.json`
24+
- `README.md`
25+
- [ ] `.env.example` with placeholder values only (kits only)
26+
- [ ] No hand‑edited flow `config.json` node graphs (changes via Lamatic Studio export)
27+
28+
---
29+
30+
### 4. Validation
31+
- [ ] `npm install && npm run dev` works locally (kits: UI runs; bundles/templates: flows are valid)
32+
- [ ] PR title is clear (e.g., `[kit] Add <name> for <use case>`)
33+
- [ ] GitHub Actions workflows pass (all checks are green)
34+
- [ ] All **CodeRabbit** or other PR review comments are addressed and resolved
35+
- [ ] No unrelated files or projects are modified

.github/workflows/review-challenge-prs.yml

Lines changed: 391 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)