You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/Pull_Request_template.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
-
# Description
2
-
Please include a summary of the change. For large or complex changes please include enough information to introduce your change and explain motivation for it.
1
+
###Description
2
+
_Add a comprehensive description of proposed changes_
3
3
4
-
Changes proposed in this pull request:
5
-
-
6
-
-
7
-
-
4
+
Fixes # - _issue number(s) if exists_
5
+
6
+
-[ ] I have reviewed my changes thoroughly before submitting this pull request.
7
+
-[ ] I have commented my code, particularly in hard-to-understand areas.
8
+
-[ ] I have updated the documentation to reflect the changes, if necessary (updated in # - _add PR number_)
9
+
-[ ] The unit tests pass successfully.
10
+
-[ ] I have run it locally and tested the changes extensively.
11
+
-[ ] I have resolved any merge conflicts that might occur with the base branch.
12
+
-[ ] Git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/intel/scikit-learn-intelex/blob/main/CONTRIBUTING.md#pull-requests) for details)_
13
+
-[ ] I have added a respective label(s) to PR if I have a permission for that.
0 commit comments