Skip to content

Commit adbd7b2

Browse files
committed
[SYCL] Applied code review suggestion from Pavel.
Signed-off-by: Alexey Bader <[email protected]>
1 parent 963fd0a commit adbd7b2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,11 @@ commit automatically with `git commit -s`.
8080

8181
- Create a pull request for your changes following [Creating a pull request
8282
instructions](https://help.github.com/articles/creating-a-pull-request/)
83-
- When the pull request is created, a signed-off check is done
84-
- **check_pr** - verifies that the signed-off mark is added to each commit
85-
message
86-
- Once the pull request is approved by an Intel representative, build and
87-
functional testing are done
88-
- Approval is reset once the PR branch is updated
89-
- New approval and checks rerun are required
83+
- CI will run signed-off check as soon as PR is created, see **check_pr** CI
84+
check for results
85+
- CI will run build and functional testing check as soon as PR is approved by
86+
Intel representative
87+
- New approval is needed if PR was updated (e.g. during code review)
9088
- Once PR is approved and all checks pass, the pull request is ready for merge
9189

9290
### Merge

0 commit comments

Comments
 (0)