From ffecf8c2317bf3e7e392b3ee358ac2114eaf0b86 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Tue, 9 Jul 2024 02:52:38 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist. (#932) Signed-off-by: dblock --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f88c9359..61e83d17 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,16 @@ ### Description [Describe what this change achieves] -### Issues Resolved -[List any issues this PR will resolve] +### Related Issues +Resolves #[Issue number to be closed when this PR is merged] + ### Check List -- [ ] Commits are signed per the DCO using --signoff +- [ ] New functionality includes testing. +- [ ] New functionality has been documented. +- [ ] API changes companion pull request [created](https://github.com/opensearch-project/opensearch-api-specification/blob/main/DEVELOPER_GUIDE.md). +- [ ] Commits are signed per the DCO using `--signoff`. +- [ ] Public documentation issue/PR [created](https://github.com/opensearch-project/documentation-website/issues/new/choose). 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). +For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/notifications/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).