Skip to content

Commit

Permalink
docs: fix a few typos in the contributing doc.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
  • Loading branch information
klihub committed Jun 29, 2024
1 parent 5940ee9 commit 322b2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ the section below we ask that the following guidelines be considered when
opening, reviewing, and merging pull requests.

* No one should merge their own code or code from their own organization
* Reviewers should included people from an organization that is not your own
* Reviewers should include people from an organization that is not your own
* If no changes have been requested by other reviewers the (last) reviewer
merges the pull request on approval
* The CNCF [#tag-runtime](https://cloud-native.slack.com/archives/CPBE97SMU)
Expand Down Expand Up @@ -76,5 +76,5 @@ Then you just add a line to every git commit message:

Use your real name (sorry, no pseudonyms or anonymous contributions.)

If you set your `user.name` and `user.email` git configs, you can sign your
commit automatically with `git commit -s`.
If you set your `user.name` and `user.email` in your git config, you can
sign your commit automatically with `git commit -s`.

0 comments on commit 322b2d7

Please sign in to comment.