From 51c8cf057a56f87d0b6416006da672ea8cb48315 Mon Sep 17 00:00:00 2001 From: Jonathan Pool Date: Sun, 5 Nov 2017 07:01:37 -0800 Subject: [PATCH] Docs: Disambiguate definition of Update tag (#9584) --- docs/developer-guide/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/contributing/pull-requests.md b/docs/developer-guide/contributing/pull-requests.md index 84990a75894..a1bc8f6bffc 100644 --- a/docs/developer-guide/contributing/pull-requests.md +++ b/docs/developer-guide/contributing/pull-requests.md @@ -60,7 +60,7 @@ The first line of the commit message (the summary) must have a specific format. The `Tag` is one of the following: * `Fix` - for a bug fix. -* `Update` - for a backwards-compatible enhancement or a change to a rule that increases the number of reported problems. +* `Update` - either for a backwards-compatible enhancement or for a rule change that adds reported problems. * `New` - implemented a new feature. * `Breaking` - for a backwards-incompatible enhancement or feature. * `Docs` - changes to documentation only.