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:reportto report code coverage
Please don't introduce new spotbugs output.
mvn spotbugs:checkto analyze project using Spotbugsmvn spotbugs:guito review report using GUI
Code formatting is checked by checkstyle. If the formatting is not correct, the build will fail. The rules are basically the Google Java formatting rules with some smaller relaxations.
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.