Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ has concluded:
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
forgo OCP SAFE endorsement.
* **Signed Git Commits**\
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).
The OCP GitHub repository is configured to require all commits to include `Signed-off-by` using the `--signoff` argument. Please remember this when preparing the submission (use [--amend --signoff](https://stackoverflow.com/a/15667644) if you forget).
* **SFR Pull Request Path**\
The signed SFRs are published to the location Reports/$Vendor/$Year/$Product. As a convenience,
the submission may choose to additionally include the human-readable SFR documents.
Expand Down