pmd/.github/ISSUE_TEMPLATE/bug_report.md

42 lines
914 B
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'a:bug'
assignees: ''
---
2018-05-24 17:24:52 +02:00
<!-- Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex].
If not specific to a language, you can use [core]. -->
2017-01-08 02:23:25 -03:00
2017-12-20 20:39:41 +01:00
**Affects PMD Version:**
Make sure, to test with the latest PMD version.
2017-01-08 02:23:25 -03:00
**Description:**
A clear and concise description of what the bug is.
**Exception Stacktrace:**
```
# Copy-paste the stack trace here
```
2017-01-08 02:23:25 -03:00
**Code Sample demonstrating the issue:**
```
```
**Steps to reproduce:**
Please provide detailed steps for how we can reproduce the bug.
1. ... (e.g. if you're using maven: `mvn clean verify`)
2. ...
2017-01-08 02:23:25 -03:00
**Running PMD through:** *[CLI | Ant | Maven | Gradle | Designer | Other]*
2018-05-24 17:24:52 +02:00
<!-- If relevant, also include your JDK and OS information, e.g. for ClassNotFoundException, LinkageError, reflection failures, etc. -->