Skip to content

Commit bade007

Browse files
committed
Fix instructions for signing commits
--signoff appends "Signed-off-by" to the commit. -S is the proper argument for signing commits Signed-off-by: Evan Anderson <evan.anderson@nccgroup.com>
1 parent e4becdc commit bade007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ has concluded:
293293
SRP might publish an SFR without the DV's blessing. The DV, at their discretion, may elect to delay the publication, or not to publish at all and
294294
forgo OCP SAFE endorsement.
295295
* **Signed Git Commits**\
296-
The OCP GitHub repository is configured to require all commits to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). Please remember this when preparing the submission (use [--amend --signoff](https://stackoverflow.com/a/15667644) if you forget).
296+
The OCP GitHub repository is configured to require all commits to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). Please remember this when preparing the submission (use `--amend -S` if you forget).
297297
* **SFR Pull Request Path**\
298298
The signed SFRs are published to the location Reports/$Vendor/$Year/$Product. As a convenience,
299299
the submission may choose to additionally include the human-readable SFR documents.

0 commit comments

Comments
 (0)