|
6 | 6 |
|
7 | 7 | ### Type of Change |
8 | 8 |
|
9 | | -- [ ] New feature (feature) |
10 | | -- [ ] Bug fix (bugfix) |
11 | | -- [ ] Documentation (documentation) |
12 | | -- [ ] Style (style) |
13 | | -- [ ] Refactoring (refactor) |
14 | | -- [ ] Performance (performance) |
15 | | -- [ ] Tests (test) |
16 | | -- [ ] Build (build) |
| 9 | +- [ ] New feature |
| 10 | +- [ ] Bug fix |
| 11 | +- [ ] Documentation |
| 12 | +- [ ] Refactoring |
| 13 | +- [ ] Other |
17 | 14 |
|
18 | 15 | ### Related Issues |
19 | 16 |
|
20 | 17 | <!-- If this PR resolves an issue, reference it here, e.g., Fixes #123 --> |
21 | 18 |
|
22 | | -### Test Plan |
23 | | - |
24 | | -- [ ] Added or updated test cases |
25 | | -- [ ] All existing tests pass (`npm run test`) |
26 | | -- [ ] TypeScript type checking passes (`npm run check`) |
27 | | -- [ ] Build succeeds (`npm run build`) |
28 | | - |
29 | 19 | ### Checklist |
30 | 20 |
|
31 | | -Please confirm you have read and followed the [Contributing Guidelines](CONTRIBUTING.md): |
32 | | - |
33 | | -- [ ] Code follows project coding standards |
34 | | -- [ ] Self-tested functionality to ensure it works correctly |
35 | | -- [ ] Commit messages follow Conventional Commits specification |
36 | | -- [ ] For UI changes: tested in different environments |
37 | | -- [ ] For API changes: updated relevant documentation |
38 | | - |
39 | | -### Change Details |
40 | | - |
41 | | -#### Core Logic Changes |
42 | | -<!-- If involving core logic modifications, please describe --> |
43 | | - |
44 | | -```typescript |
45 | | -// Include code examples if applicable |
46 | | -``` |
47 | | - |
48 | | -#### UI Component Changes |
49 | | -<!-- If involving UI component modifications, please describe --> |
50 | | - |
51 | | -#### Technical Debt Refactoring |
52 | | -<!-- If involving code refactoring, please explain the reason and benefits --> |
| 21 | +- [ ] Tests pass (`npm run test`) |
| 22 | +- [ ] TypeScript check passes (`npm run check`) |
| 23 | +- [ ] Build succeeds (`npm run build`) |
53 | 24 |
|
54 | 25 | ### Additional Notes |
55 | 26 |
|
56 | | -<!-- Other information that needs to be noted, such as: --> |
57 | | -- New dependencies added |
58 | | -- Breaking changes |
59 | | -- Impact on existing functionality |
60 | | - |
61 | | -### Screenshots or Videos |
62 | | - |
63 | | -<!-- For UI-related changes, please provide screenshots or demo videos --> |
| 27 | +<!-- Breaking changes, new dependencies, etc. --> |
64 | 28 |
|
65 | 29 | --- |
66 | 30 |
|
|
0 commit comments