Skip to content

Commit b6312f9

Browse files
aepanchiethanglaserAlexsandruss
authored
Update the Pull_Request_template.md (#1806)
* Initial commit * Update .github/Pull_Request_template.md Co-authored-by: ethanglaser <[email protected]> * Update .github/Pull_Request_template.md Co-authored-by: Alexander Andreev <[email protected]> * Update Pull_Request_template.md --------- Co-authored-by: ethanglaser <[email protected]> Co-authored-by: Alexander Andreev <[email protected]>
1 parent e7cf497 commit b6312f9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/Pull_Request_template.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff 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_
33

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.
814

9-

0 commit comments

Comments
 (0)