From 1ac1e0dabdb33a00cf6314ac5015c8c356a01ad7 Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Thu, 10 Mar 2016 21:46:53 +0100 Subject: [PATCH] Add link to code style guidelines Fixes #4790 --- docs/static/maintainer-guide.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/static/maintainer-guide.asciidoc b/docs/static/maintainer-guide.asciidoc index cf3e97557..04ed4dd88 100644 --- a/docs/static/maintainer-guide.asciidoc +++ b/docs/static/maintainer-guide.asciidoc @@ -43,8 +43,9 @@ reviewing and merging patches. ==== Patch Requirements -A patch is a minimal and accurate answer to exactly one identified and agreed upon problem. It must conform to the code -style guidelines and must include RSpec tests that verify the fitness of the solution. +A patch is a minimal and accurate answer to exactly one identified and agreed upon problem. It must conform to the +https://github.com/elastic/logstash/blob/master/STYLE.md[code style guidelines] and must include RSpec tests that verify +the fitness of the solution. A patch will be automatically tested by a CI system that will report on the Pull Request status.