File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ commit automatically with `git commit -s`.
80
80
81
81
- Create a pull request for your changes following [ Creating a pull request
82
82
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
84
84
- ** check_pr** - verifies that the signed-off mark is added to each commit
85
85
message
86
86
- Once the pull request is approved by an Intel representative, build and
@@ -94,6 +94,6 @@ functional testing are done
94
94
Project maintainers merge pull requests using one of the following options:
95
95
- [ Rebase and merge] The preferable choice for PRs containing a single commit
96
96
- [ 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
98
98
- [ Create a merge commit] Used for LLVM pull-down PRs to preserve hashes of the
99
99
commits pulled from the LLVM community repository
You can’t perform that action at this time.
0 commit comments