Skip to content

Commit b6209f5

Browse files
authored
Update PR template to include doc updates (#43)
1 parent 4e41b5d commit b6209f5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Description
2+
3+
Describe your changes.
4+
5+
## Motivation and Context
6+
7+
Why is this change required? What problem does it solve? If it fixes an open
8+
issue, please link to the issue here.
9+
10+
## Documentation impact
11+
12+
- [ ] Documentation update required
13+
- [ ] Documentation updated [in another PR](_)
14+
- [ ] No documentation update required
15+
16+
## Types of changes
17+
18+
- [ ] Bug fix (non-breaking change which fixes an issue)
19+
- [ ] New feature (non-breaking change which adds functionality)
20+
- [ ] Breaking change (fix or feature that would cause existing functionality to
21+
not work as expected)

0 commit comments

Comments
 (0)