From 4280736fb381a358367adbf24c40f3d4955b2b82 Mon Sep 17 00:00:00 2001 From: Alex K <8418476+fearful-symmetry@users.noreply.github.com> Date: Wed, 16 Oct 2019 09:54:52 -0700 Subject: [PATCH] [docs] mention different levels of update commands (#14066) * mention different levels of update commands --- docs/devguide/contributing.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/devguide/contributing.asciidoc b/docs/devguide/contributing.asciidoc index fb69862e1ffe..7d94e44a3422 100644 --- a/docs/devguide/contributing.asciidoc +++ b/docs/devguide/contributing.asciidoc @@ -96,6 +96,8 @@ and documentation. The primary command used for this is: -------------------------------------------------------------------------------- make update -------------------------------------------------------------------------------- +Each Beat has its own `update` target, as well as a master `update` in the repository root. +If a PR adds or removes a dependency, run `make update` in the root `beats` directory. Another command properly formats go source files and adds a copyright header: