From de95de3ae58c3e6af028d777bbc61f78ea805d4e Mon Sep 17 00:00:00 2001 From: Karol Bucek Date: Thu, 27 Feb 2020 13:31:42 +0100 Subject: [PATCH] remove TODO from CONTRIBUTING notes Fixes #11638 --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 532481676..4f193c383 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,8 @@ Most code in logstash-plugins comes from self-contained changes in the form of p `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`. 4. Keep multiple entries with the same keyword in the same changelog revision together. -Labels: TODO: What's the right word here? Labels? Tags? Headers? Something else? +Labels (optional): + - **`[BREAKING]`** for a breaking change. Note that breaking changes should warrant a major version bump. - **`[DOC]`** for a change that affects only documentation, and not code.