From a52109e627e17a1fe4e93ea5e151473261b13adf Mon Sep 17 00:00:00 2001 From: Jody Garnett Date: Wed, 17 Jan 2024 10:27:20 -0800 Subject: [PATCH] document `backport 4.2.x` label change required for bot Signed-off-by: Jody Garnett --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ae045a912f..b1b4cc4fc5c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,8 +14,8 @@ Thank you for contributing to GeoNetwork: * Before merging a pull request, should be defined the following properties: - Milestone to include the change. - - Add the label `changelog` when the change is relevant to be added to the release changelog file . - - Add the label(s) to the backport to previous branch(es), when the change is a bug fix or if it is a small improvement that may be relevant to the backport. + - Add the label `changelog` when the change is relevant to be added to the release changelog file. + - Add `backport ` to indicate when change is a bug fix or is a small improvement that may be relevant to the backport. * Good housekeeping: Anytime you commit, try and clean the code around it to latest style guide. If you improve a function without comments: add comments. If you modify functionality that does not have tests: write a test. If you fix functionality without documentation: add documentation.