Skip to content

Commit

Permalink
Minor phrasing improvement in contributing guide (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Dec 14, 2023
1 parent cc0accc commit 346e2d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Compile the git plugin without running tests using the command:
* `mvn clean -DskipTests verify`
Code coverage reporting is available as a maven target.
Please try to improve code coverage with tests when you submit.
Please improve code coverage with tests when you submit a pull request.

* `mvn -P enable-jacoco clean install jacoco:report` to report code coverage
Please don't introduce new spotbugs output.
New spotbugs output will fail the build.
Do not introduce new spotbugs warnings.

* `mvn spotbugs:check` to analyze project using https://spotbugs.github.io/[Spotbugs].
* `mvn spotbugs:gui` to review Spotbugs report using GUI
Expand Down

0 comments on commit 346e2d5

Please sign in to comment.