-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89a5667
commit df44de5
Showing
1 changed file
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# Description | ||
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. | ||
### Description | ||
_Add a comprehensive description of proposed changes_ | ||
|
||
Changes proposed in this pull request: | ||
- | ||
- | ||
- | ||
Fixes # - _issue number(s) if exists_ | ||
|
||
- [ ] I have reviewed my changes thoroughly before submitting this pull request. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] I have updated the documentation to reflect the changes, if necessary (updated in # - _add PR number_) | ||
- [ ] The unit tests pass successfully. | ||
- [ ] I have run it locally and tested the changes extensively. | ||
- [ ] I have resolved any merge conflicts that might occur with the base branch. | ||
- [ ] Git commit message contains an appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/oneapi-src/oneDAL/blob/main/CONTRIBUTING.md#pull-requests) for details)_ | ||
- [ ] I have added a respective label(s) to PR if I have a permission for that. |