From 29af915882ea3fdded156f0cfdb692fa117ac229 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Fri, 10 Dec 2021 15:00:15 -0800 Subject: [PATCH] Add DCO check to PR template Signed-off-by: Nick Greenfield --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index aa50e1dc1..a6b77f550 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,7 @@ Thank you for helping make the Dapr documentation better! **Please follow this checklist before submitting:** - +- [ ] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) - [ ] [Read the contribution guide](https://docs.dapr.io/contributing/contributing-docs/) - [ ] Commands include options for Linux, MacOS, and Windows within codetabs - [ ] New file and folder names are globally unique