From 3d96d48e27b330e2e6e5592330ec45f239d7ae9a Mon Sep 17 00:00:00 2001 From: Oscar Salvador Morillo Victoria Date: Thu, 24 Mar 2016 01:29:18 +0100 Subject: [PATCH] Readme: added important rule for ensuring compability --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee1fedd..3a475cb 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ If you are adding new features please make sure that they support the Jenkins Wo See [here](https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md) for some information. Before submitting your change make sure that: +* your changes work with the oldest and latest supported GitLab version * new features are provided with tests * refactored code is provided with regression tests * the code formatting follows the plugin standard