From f6ad068c8f68c78cc94501c119513e30e2d5ace0 Mon Sep 17 00:00:00 2001 From: Rishav Bansal Date: Sun, 21 Jun 2026 18:17:35 +0530 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: George Jenkins Signed-off-by: Rishav Bansal --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d59fa5786..cf7c1aeda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,7 @@ We use milestones to track progress of specific planned releases. For example, if the latest currently-released version is `1.2.3`, an issue/PR which pertains to a specific upcoming bugfix or feature release could fall into one of two different active milestones: `1.2.4` (next patch) or `1.3.0` (next minor). Issues and PRs which are deemed backwards-incompatible may be added to the next major version -discussion using the relevant version label (e.g. [label:v4.x](https://github.com/helm/helm/labels/v4.x)). +discussion using the relevant version label (e.g. [label:v5.x](https://github.com/helm/helm/labels/v5.x)). An issue or PR that we are not sure if we will be addressing will not be added to any milestone.