Skip to content

Commit

Permalink
#115: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup authored Apr 9, 2022
1 parent 0d3d593 commit c41e029
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: dgroup

---

### Summary
| Key | Value |
|:---------------|:------|
| Rule | ... |
| Ruleset | [io/github/dgroup/arch4u/pmd/....xml](https://github.com/dgroup/arch4u-pmd/blob/master/src/main/resources/io/github/dgroup/arch4u/pmd/....xml)|
| Category | Best Practices, Code Style, Design, Documentation, Error Prone, Multithreading, Performance, Security |
| Framework | ... |
| Since | 0.2.0 |
| Incidents in past at my experience | 10+ |
| Template | true/false |
| arch4u version | 0.1.1 or your version |

### Rule definition
### Your rule definition
```xml
<rule name="..."
since="0.2.0"
Expand All @@ -25,7 +29,7 @@
</rule>
```

### Why?
### Describe the defect or false/positive rule violation
...
```java
// TBD
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: dgroup

---

### Summary
| Key | Value |
|:---------------|:------|
Expand Down

0 comments on commit c41e029

Please sign in to comment.