Skip to content

Commit cc00eda

Browse files
[chore/github]: Standardize GitHub PR description template
Replace legacy templates with unified pull_request_template.md (description, type, approach, documentation). Signed-off-by: Oleksandr Ivantsiv <oivantsiv@nvidia.com>
1 parent 65f5633 commit cc00eda

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/copilot-instructions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ make
7575
- **CLA**: Sign Linux Foundation EasyCLA
7676
- **State machine**: Document state transition changes
7777
- **Testing**: Add unit tests for new state transitions or link management logic
78+
- **PR description template**: Fill out all sections of the [PR template](.github/pull_request_template.md) when submitting a pull request:
79+
- **Description of PR**: Summary of the change, motivation/context, reviewer entry point, and dependencies; reference issues with `fixes #xxxx` / `closes #xxxx`.
80+
- **Type of change**: Mark the box(es) that apply — bug fix, new feature, refactor / cleanup, documentation update, test improvement.
81+
- **Approach**: Motivation; how you did it; how you verified/tested it; any platform-specific notes.
82+
- **Documentation**: Link to wiki / doc updates relevant to new features or test cases.
7883

7984
## Common Patterns
8085

.github/pull_request_template.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,22 @@ Fixes # (issue)
2424

2525
- [ ] Bug fix
2626
- [ ] New feature
27-
- [ ] Doc/Design
28-
- [ ] Unit test
27+
- [ ] Refactor / cleanup
28+
- [ ] Documentation update
29+
- [ ] Test improvement
2930

3031
### Approach
3132
#### What is the motivation for this PR?
3233

33-
##### Work item tracking
34-
- Microsoft ADO **(number only)**:
35-
3634
#### How did you do it?
3735

3836
#### How did you verify/test it?
3937

4038
#### Any platform specific information?
4139

42-
### Documentation
40+
### Documentation
4341
<!--
4442
(If it's a new feature, new test case)
4543
Did you update documentation/Wiki relevant to your implementation?
4644
Link to the wiki page?
47-
-->
45+
-->

0 commit comments

Comments
 (0)