Readme: added important rule for ensuring compability

This commit is contained in:
Oscar Salvador Morillo Victoria 2016-03-24 01:29:18 +01:00
parent 81ab31d372
commit 3d96d48e27
1 changed files with 1 additions and 0 deletions

View File

@ -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