From 8e0a840448860d14adb858d01359f80f491b1744 Mon Sep 17 00:00:00 2001 From: Michael Sorens Date: Sat, 17 Aug 2024 09:42:01 -0700 Subject: [PATCH] Add missing piece to the PR template Been awhile since I did a PR on this repo so did not remember how the commits needed to be signed. The PR template was not clear how to get to the needed details, so adding them here. Signed-off-by: Michael Sorens --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 48759a3b76c..c7472f8175b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,6 +25,8 @@ For more information on contributing to OPA see: * [Contributing Guide](https://www.openpolicyagent.org/docs/latest/contributing/) for high-level contributing guidelines and development setup. + (See the [Developer Certificate of Origin](https://www.openpolicyagent.org/docs/latest/contrib-code/#developer-certificate-of-origin) + section for specifics on signing off a commit.) -->