From 4f3ea970914b7b70566e1ec7a73be49d4c8335c4 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Mon, 8 Jul 2024 20:18:47 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE to include an API spec change in the checklist. (#4533) Signed-off-by: dblock --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 428cb9f67b..e5aa40ec2e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,7 +18,8 @@ Do these changes introduce new permission(s) to be displayed in the static dropd - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] New Roles/Permissions have a corresponding security dashboards plugin PR +- [ ] 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 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/security/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).