docs: prepare repository for open-source collaboration

This commit is contained in:
xuhongbin
2026-03-09 15:07:30 +08:00
parent f8bd942b6f
commit 984766e85e
9 changed files with 451 additions and 1 deletions

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

@@ -0,0 +1,29 @@
## Summary
- What changed?
- Why was this needed?
## Verification
- [ ] `npm ci`
- [ ] `npm run start` (or relevant platform run)
- [ ] Relevant manual verification completed
Commands and outputs:
```txt
<paste commands/results>
```
## Risk / Impact
- Affected areas:
- Backward compatibility concerns:
- Rollback plan (if needed):
## Checklist
- [ ] Scope is focused and minimal
- [ ] Documentation updated (if behavior/setup changed)
- [ ] No secrets or credentials added
- [ ] Screenshots attached for UI changes (if applicable)