Skip to content

Commit

Permalink
Doc: add instruction for sign git commit for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
qqsun8819 authored and rhdong committed Aug 25, 2021
1 parent bcd9c2d commit 5ac8f2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the repo.*

TensorFlow Recommenders Addons is a community-led open source project. As such,
the project depends on public contributions, bug fixes, and documentation. This
project adheres to TensorFlow's Code of Conduct.
project adheres to TensorFlow's Code of Conduct.

### Pull Requests
We welcome contributions via pull requests.
Expand All @@ -32,6 +32,11 @@ discuss your proposed change. Some changes may require a design review.
All submissions require review by project owners or TensorFlow Recommenders SIG
leads.

**NOTE**:
If your PR cannot be mereged, and system indicate you like "Merging is blocked,
The base branch requres all commits to be signed'
You have to configure your git and GPG key to sign your commit. [Sign your commit with GPG key](https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification/about-commit-signature-verification#gpg-commit-signature-verification) .

### Design Review
A new project in this repository or a significant change to an existing project
requires a design review. We recommend that you discuss your idea in the mailing
Expand Down

0 comments on commit 5ac8f2e

Please sign in to comment.