pmd/.github/ISSUE_TEMPLATE/new_rule.md
Andreas Dangel 0356895cc2 [doc] Fix github issue templates
The labels were wrong, maybe now they are assigned
automatically...
2020-04-04 18:29:50 +02:00

28 lines
675 B
Markdown

---
name: New Rule
about: You have an idea for a new rule? Great!
title: ''
labels: 'a:new-rule'
assignees: ''
---
<!-- Please, prefix the report title with the language it applies to within brackets, such as [java] or [apex] -->
**Proposed Rule Name:**
**Proposed Category:** One of [Best Practices | Code Style | Design | Documentation | Error Prone | Multithreading | Performance | Security]
**Description:**
**Code Sample:** This should include code, that should be flagged by the rule. If possible, the "correct" code
according to this new rule should also be demonstrated.
```
```
**Possible Properties:**
* Should this rule be customizable via properties?