From aeb0af042770fb678eeb10f29e63ab61df24fde2 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 26 Mar 2021 18:07:58 -0400 Subject: [PATCH] Adding instructions on License and DCO practices to PR template (#462) Signed-off-by: Peter Zhu --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8dfac58be91..d7981b51139 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,4 +9,7 @@ - [ ] All tests pass - [ ] New functionality has been documented. - [ ] New functionality has javadoc added -- [ ] Commits are signed per the DCO using --signoff \ No newline at end of file +- [ ] Commits are signed per the DCO using --signoff + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. +For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).