Skip to content

Commit

Permalink
minor PHP-CS-Fixer#5023 Fix issue templates (kubawerlos)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.15 branch.

Discussion
----------

Fix issue templates

Must be [`labels`](https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.2.4/.github/ISSUE_TEMPLATE/BUG.md), not `label` to work :)

Commits
-------

ca392eb Fix issue templates
  • Loading branch information
keradus committed Jun 27, 2020
2 parents 088ec30 + ca392eb commit 2d49b15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report 🐛
about: Existing feature does not behave as expected.
label: kind/bug
labels: kind/bug
---

## Bug report
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request 🚀
about: I have a suggestion about a new feature (and may want to implement it)!
label: kind/feature request
labels: kind/feature request
---

## Feature request
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/rule_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Rule request ✍️
about: I have a suggestion about a new rule (and may want to implement it)!
label: kind/feature request
labels: kind/feature request
---

## Rule request
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support_question.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Support question ❓
about: You have a question about how the tool works or how to use it.
label: kind/question
labels: kind/question
---

## Support question
Expand Down

0 comments on commit 2d49b15

Please sign in to comment.