Files
JKVideo/.github/PULL_REQUEST_TEMPLATE.md
Developer 3f82646496 init
2026-03-26 12:15:40 +08:00

31 lines
517 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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