remove TODO from CONTRIBUTING notes

Fixes #11638
This commit is contained in:
Karol Bucek 2020-02-27 13:31:42 +01:00 committed by Karol Bucek
parent 43213410ff
commit de95de3ae5

View file

@ -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.