Plugin source code is hosted on GitHub. New feature proposals and bug fix proposals should be submitted as GitHub pull requests. Your pull request will be evaluated by the Jenkins job.
Before submitting your change, please assure that you've added tests that verify the change.
Code coverage reporting is available as a maven target. Please try to improve code coverage with tests when you submit.
mvn -P enable-jacoco clean install jacoco:report
to report code coverage
Please don't introduce new spotbugs output.
mvn spotbugs:check
to analyze project using Spotbugsmvn spotbugs:gui
to review report using GUI
Files in the repository are in Unix format (LF line terminators). Please continue using Unix file format for consistency.
Report issues in the Jenkins issue tracker.