Skip to content

Commit

Permalink
MAINT: updated github PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
samir-nasibli committed Jun 25, 2024
1 parent 89a5667 commit df44de5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/pull_request_template.md
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.

0 comments on commit df44de5

Please sign in to comment.