Skip to content

Commit 70fb023

Browse files
committed
Bug report template: add notice about external standards
... in hopes of reducing the number of issues which are incorrectly reported to this repo. Includes automating the assignment of initial issue labels.
1 parent a26c071 commit 70fb023

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,22 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: ''
5+
labels: 'Status: triage', 'Type: bug'
66
assignees: ''
77

88
---
99

10+
<!--
11+
Before reporting a sniff related bug, please check the error code using `phpcs -s`.
12+
13+
If the error code starts with anything other than `Generic`, `MySource`, `PEAR`,
14+
`PSR1`, `PSR2`, `PSR12`, `Squiz` or `Zend`, the error is likely coming from an
15+
external PHP_CodeSniffer standard.
16+
17+
Please report bugs for externally maintained sniffs to the appropriate external
18+
standard repository (not here).
19+
-->
20+
1021
**Describe the bug**
1122
A clear and concise description of what the bug is.
1223

0 commit comments

Comments
 (0)