Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 4931978

Browse files
authored
Update PR template to include doc updates (#495)
Adds `Documentation impact` section to the PR template
1 parent 5be4f96 commit 4931978

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

.github/pull_request_template.md

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

3-
Describe your changes in detail
3+
Describe your changes.
44

55
## Motivation and Context
66

77
Why is this change required? What problem does it solve? If it fixes an open
88
issue, please link to the issue here.
99

10-
## How has this been tested?
10+
## Documentation impact
1111

12-
Please describe in detail how you tested your changes. Include details of your
13-
testing environment, devices (ex. Iphone XYZ ios X.X.X & Samsung XYZ android
14-
X.X.X)
12+
- [ ] Documentation update required
13+
- [ ] Documentation updated [in another PR](_)
14+
- [ ] No documentation update required
1515

1616
## Types of changes
1717

1818
- [ ] Bug fix (non-breaking change which fixes an issue)
1919
- [ ] New feature (non-breaking change which adds functionality)
2020
- [ ] Breaking change (fix or feature that would cause existing functionality to
2121
not work as expected)
22-
23-
## Checklist:
24-
25-
- [ ] My code follows the code style of this project.
26-
- [ ] My change requires a change to the documentation.
27-
- [ ] I have updated the documentation accordingly.
28-
29-
## Screenshots (if appropriate)

0 commit comments

Comments
 (0)