From e3996377d774cdb9a7a29e180c828441486783c8 Mon Sep 17 00:00:00 2001 From: Lantao Jin Date: Sat, 19 Oct 2024 11:41:49 +0800 Subject: [PATCH] Add check list in pull request template Signed-off-by: Lantao Jin --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..8f9f72c6b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### Description +_Describe what this change achieves._ + +### Related Issues +_List any issues this PR will resolve, e.g. Resolves [...]._ + +### Check List +- [ ] Updated documentation (docs/ppl-lang/README.md) +- [ ] Implemented unit tests +- [ ] Implemented tests for combination with other commands +- [ ] 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/sql/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).