Skip to content

Commit 963fd0a

Browse files
committed
Applied code review suggestions from Artem.
Signed-off-by: Alexey Bader <[email protected]>
1 parent 2397fdf commit 963fd0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ 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 signed-off check is done
83+
- When the pull request is created, a signed-off check is done
8484
- **check_pr** - verifies that the signed-off mark is added to each commit
8585
message
8686
- Once the pull request is approved by an Intel representative, build and
@@ -94,6 +94,6 @@ functional testing are done
9494
Project maintainers merge pull requests using one of the following options:
9595
- [Rebase and merge] The preferable choice for PRs containing a single commit
9696
- [Squash and merge] Used when there are multiple commits in the PR
97-
- Squashing is done make sure that the project is buildable on any commit
97+
- Squashing is done to make sure that the project is buildable on any commit
9898
- [Create a merge commit] Used for LLVM pull-down PRs to preserve hashes of the
9999
commits pulled from the LLVM community repository

0 commit comments

Comments
 (0)