We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99a029 commit 3f3b49eCopy full SHA for 3f3b49e
.github/PULL_REQUEST_TEMPLATE.md
@@ -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