Skip to content

Commit 3f3b49e

Browse files
authored
Create PR template [ci skip]
1 parent d99a029 commit 3f3b49e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Description of the change
2+
3+
> Description here
4+
5+
## Type Of Change
6+
- [ ] Bug Fix (non-breaking change that fixes an issue)
7+
- [ ] New Feature
8+
- [ ] New PyTorch tutorial
9+
- [ ] Breaking Change (cmake changes, fix or feature that would cause existing functionality to not work as expected)
10+
11+
## Related Issues
12+
13+
> Fix [#<ISSUE_NUMBER>](<ISSUE_LINK>)
14+
15+
## Development & Code Review
16+
17+
- [ ] cpplint rules passes locally (run `cmake -P cpplint.cmake`)
18+
- [ ] CI is passing
19+
- [ ] Changes have been reviewed by at least one of the maintainers

0 commit comments

Comments
 (0)