chore: prepare project for open source release

- Remove internal planning docs (CLAUDE.md, docs/, feature.md, livePlan.md) from git tracking
- Add .gitignore rules to prevent re-tracking internal files
- Add README.md (Chinese) and README.en.md (English) with screenshots, features, quick start
- Add LICENSE (MIT)
- Add CONTRIBUTING.md with dev setup, commit conventions, PR guide
- Add CHANGELOG.md for v1.0.0
- Add .github/ issue templates (bug report, feature request) and PR template
- Add public/ screenshots (p1-p6)
This commit is contained in:
Developer
2026-03-20 12:03:24 +08:00
parent 5ec4c5a6be
commit ff5860d3c7
25 changed files with 680 additions and 2473 deletions

30
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,30 @@
## 改动说明
> 简要描述本次 PR 做了什么
## 改动类型
- [ ] Bug 修复
- [ ] 新功能
- [ ] 重构(不改变功能)
- [ ] 文档更新
- [ ] 其他:
## 关联 Issue
> 关闭 #Issue 编号)
## 测试平台
- [ ] AndroidDev Build
- [ ] AndroidExpo Go
- [ ] iOS
- [ ] Web
## 截图 / 录屏(如适用)
## 注意事项
- [ ] 代码中无硬编码账号信息SESSDATA、uid 等)
- [ ] Commit 信息符合 Conventional Commits 规范
- [ ] 已在本地测试通过