Skip to content

Commit

Permalink
Fixed a typo - changed PGP to GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrams committed Mar 22, 2022
1 parent 6979f87 commit 94b076b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If this is your first pull request on github, click [here](https://www.freecodec

### Commit Message

We use PGP keys for signing the commits. Refer [generating a new PGP key](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) for details. The commit message should indicate what has changed and why the change was made. Sign off on your commit in the footer. By doing this, you assert original authorship of the commit and that you are permitted to contribute it. This can be automatically added to your commit by passing -S to git commit, or by manually adding the following line to the footer of the commit.
We use GPG keys for signing the commits. Refer [generating a new GPG key](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) for details. The commit message should indicate what has changed and why the change was made. Sign off on your commit in the footer. By doing this, you assert original authorship of the commit and that you are permitted to contribute it. This can be automatically added to your commit by passing -S to git commit, or by manually adding the following line to the footer of the commit.

```
Signed-off-by: Full Name <email>
Expand Down

0 comments on commit 94b076b

Please sign in to comment.