Skip to content

Commit

Permalink
Issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 17, 2018
1 parent ac4e07d commit 0bad21a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ISSUE_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
It may be a good idea to look at old issues, both closed and open.

Some recurring problems are:

* The user did not perform the merge before doing the analysis.
* No violations were reported because:
* The user tested the plugin on a PR that did not introduce any new violations.
* The user had both `createSingleFileComments` and `createCommentWithAllSingleFileComments` set to `false`

When reporting a bug, please **try** to provide as much information as possible.

* Plugin version used.
* Jenkins version used.
* Your configuration.
* Pipeline script or screenshot.
* Expected result and actual result.
* Any information from the logs:
* Jenkins log: http://jenkins-server/log/
* Build log.

0 comments on commit 0bad21a

Please sign in to comment.