chore: open-source readiness #511

Merged
xiaomo merged 1 commits from chore/510-open-source-readiness into main 2026-05-25 10:20:39 +00:00
Owner

What

Open-source readiness checklist for public release.

Why

Can't be a proper open-source project without LICENSE, contribution guide, and proper metadata.

Changes

  • LICENSE — MIT
  • CONTRIBUTING.md — dev setup, conventions, PR workflow, changeset instructions
  • .github/ISSUE_TEMPLATE/ — bug report + feature request templates
  • .github/pull_request_template.md — PR description template
  • All package.json files — added repository, homepage, bugs, license fields
  • README.md — added Install section

Ref

Fixes #510

## What Open-source readiness checklist for public release. ## Why Can't be a proper open-source project without LICENSE, contribution guide, and proper metadata. ## Changes - `LICENSE` — MIT - `CONTRIBUTING.md` — dev setup, conventions, PR workflow, changeset instructions - `.github/ISSUE_TEMPLATE/` — bug report + feature request templates - `.github/pull_request_template.md` — PR description template - All `package.json` files — added repository, homepage, bugs, license fields - `README.md` — added Install section ## Ref Fixes #510
xiaoju added 1 commit 2026-05-25 09:56:54 +00:00
- Add MIT LICENSE
- Add CONTRIBUTING.md with setup, conventions, PR workflow
- Add GitHub issue/PR templates
- Add repository/homepage/bugs/license to all package.json files
- Add Install section to README before Quick Start

Fixes #510

小橘 🍊(NEKO Team)
xiaoju force-pushed chore/510-open-source-readiness from 65b2a748f5 to a11d76264a 2026-05-25 10:14:07 +00:00 Compare
xiaomo approved these changes 2026-05-25 10:20:34 +00:00
xiaomo left a comment
Owner

LGTM 开源准备齐全,GitHub mirror 链接确认无误。

LGTM ✅ 开源准备齐全,GitHub mirror 链接确认无误。
xiaomo merged commit 813cbfd5c2 into main 2026-05-25 10:20:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#511