From 13881ee296bd8d7049aa1713f061739775d072e0 Mon Sep 17 00:00:00 2001 From: 0marperez Date: Tue, 17 Oct 2023 17:02:47 -0400 Subject: [PATCH] Added sentance about default value --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f192d825c31..dade6e40d44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ following fields: | `description` | `string` | yes | | A description of the change being made. | | `issues` | `string[]` | no | | A list of references to any related issues in the relevant repositories. A reference can be specified in several ways: | | `module` | `string` | no | | The area of the code affected by your changes. If unsure, leave this value unset. | -| `requiresMinorVersionBump` | `boolean` | no | | Indicates the change will require a new minor version. This is usually the case after a breaking change. | +| `requiresMinorVersionBump` | `boolean` | no | | Indicates the change will require a new minor version. This is usually the case after a breaking change. Defaults to false if flag is not included. | The filename of an entry is arbitrary. We recommend `.json`, where `` corresponds to the `id` field of the entry itself.