[doc] Fix github issue templates

The labels were wrong, maybe now they are assigned
automatically...
This commit is contained in:
Andreas Dangel 2020-04-04 18:29:50 +02:00
parent 69ed0464a7
commit 0356895cc2
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: 'a:bug'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
labels: 'an:enhancement'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: New Rule
about: You have an idea for a new rule? Great!
title: ''
labels: new-rule
labels: 'a:new-rule'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Question
about: Feel free to ask any question about PMD and its usage
title: ''
labels: question
labels: 'a:question'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Rule violation
about: Let us know about a false positive/false negative
title: ''
labels: bug
labels: 'a:bug'
assignees: ''
---