From 73fcc63fe3c9a7ef5f233833368df7d7ab6f7a78 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Fri, 29 Jul 2022 13:44:03 +0000 Subject: [PATCH] Add contributor agreement prereq to dev docs --- docs/developer_workflow_design_build_test_integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer_workflow_design_build_test_integration.md b/docs/developer_workflow_design_build_test_integration.md index 87c17cac6d9..c7f6bb68519 100644 --- a/docs/developer_workflow_design_build_test_integration.md +++ b/docs/developer_workflow_design_build_test_integration.md @@ -119,7 +119,9 @@ using the tool's [documentation](https://github.com/elastic/elastic-package/tree ### Open a PR -If you think that you've finished works on your integration, you've verified that it collects data, wrote some tests, +Prior to opening a PR, you must sign the [elastic contributor agreement](https://www.elastic.co/contributor-agreement) if you haven't already. CI builds will fail if this agreement isn't on file for your GitHub username. + +If you think that you've finished work on your integration, you've verified that it collects data, and you've written some tests, you can [open a PR](https://github.com/elastic/integrations/compare) to include your integration in the [Integrations](https://github.com/elastic/integrations) repository. The CI will verify if your integration is correct (`elastic-package check`) - a green status is a must.