Skip to content

Commit 357c695

Browse files
committed
update pr_template
1 parent 73ad2cc commit 357c695

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/pull_request_template.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Description
22

3-
Simplifies and consolidates the coverage report generation logic in the CI workflow, reducing redundant steps and dependencies.
3+
PR Description
44

55
## Type of change
66

7-
- [x] New feature (non-breaking change which adds functionality)
8-
- [x] Infra/Build change (changes to CI/CD workflows or build scripts)
7+
- [ ] New feature (non-breaking change which adds functionality)
8+
- [ ] Infra/Build change (changes to CI/CD workflows or build scripts)
99
- [ ] Code refactoring
1010
- [ ] Documentation change
1111
- [ ] Bug fix
1212
- [ ] Breaking change
1313

1414
## Changes
1515

16-
- Merged `Generate Coverage Report` into the `Execute Tests` step — coverage `combine` and `json` generation now run inline after `bash test.sh`, following the same pattern as Megatron-LM-FL
17-
- Coverage collection is gated on `test_type == 'unittest'` to avoid running for lint/debug groups, and `pip install` is done only once
18-
- Removed `fetch-depth: 0` from checkout steps (not required for unit test runs)
19-
- Removed unused/leftover scripts from the repository
16+
- Content 1
17+
- Content 2
18+
- Content 3
19+
- Content 4
2020

2121
## Checklist
2222

23-
- [x] I have read and followed the contributing guidelines
24-
- [x] The functionality is complete
25-
- [x] I have commented my code, particularly in coverage report uploading steps
26-
- [x] I have made corresponding changes to the documentation
27-
- [x] My changes generate no new warnings
28-
- [x] I have added/updated tests that prove my feature works on Cuda and Metax platform
29-
- [x] New and existing unit tests pass locally on Cuda and Metax platform
23+
- [ ] I have read and followed the contributing guidelines
24+
- [ ] The functionality is complete
25+
- [ ] I have commented my code, particularly in coverage report uploading steps
26+
- [ ] I have made corresponding changes to the documentation
27+
- [ ] My changes generate no new warnings
28+
- [ ] I have added/updated tests that prove my feature works
29+
- [ ] New and existing unit tests pass locally

0 commit comments

Comments
 (0)