doc: Commit signing is no longer required
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
d45bdccc6a
commit
b61fd1198e
1 changed files with 0 additions and 15 deletions
|
@ -32,21 +32,6 @@ These are our requirements for PRs, in addition to the usual functionality and r
|
|||
explaining what the exception applies to and why it's needed.
|
||||
- Commit messages and the PR title must conform to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and start
|
||||
with one of the types specified by the [Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type).
|
||||
- All commits must be signed and display a "Verified" badge; see
|
||||
https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification.
|
||||
If any of your commits don't have a "Verified" badge, here's how to fix this:
|
||||
1. Generate a GPG key if you don't already have one, by following
|
||||
https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key.
|
||||
2. If you use GitHub's email privacy feature, associate the key with your users.noreply.github.com email address by following
|
||||
https://docs.github.com/en/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key.
|
||||
3. Configure Git to use your signing key by following
|
||||
https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
|
||||
4. Add the key to your GitHub account by following
|
||||
https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account
|
||||
5. Enable commit signing by following
|
||||
https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
|
||||
6. Squash your PR into one commit or run `git commit --amend --no-edit`, because enabling commit signing isn't retroactive
|
||||
even for unpushed commits.
|
||||
|
||||
Thanks in advance for submitting a bug fix or proposed feature that meets these requirements!
|
||||
-->
|
||||
|
|
Loading…
Add table
Reference in a new issue