pmd/.github/ISSUE_TEMPLATE/rule_violation.md
Clément Fournier 2b6dcb3f22 Change default labels for violation issue template
An issue that has both labels probably needs one of them to be removed.
2021-02-08 19:37:00 +01:00

33 lines
774 B
Markdown

---
name: Rule violation
about: Let us know about a false positive/false negative
title: ''
labels: 'a:false-positive, a:false-negative'
assignees: ''
---
<!-- Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex] -->
**Affects PMD Version:**
**Rule:**
Please provide the rule name and a link to the rule documentation:
<https://pmd.github.io/latest/pmd_rules_XXX_XXX.html#XXX>
**Description:**
**Code Sample demonstrating the issue:**
```
```
**Expected outcome:**
* Does PMD report a violation, where there shouldn't be one? -> false-positive
* Is PMD missing to report a violation, where there should be one? -> false-negative
**Running PMD through:** *[CLI | Ant | Maven | Gradle | Designer | Other]*