Skip to content

Commit 6613696

Browse files
authored
docs(bug-report): require users to read FAQs (#14383)
1 parent 1b9e56c commit 6613696

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ body:
1616
required: true
1717
- label: Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead).
1818
required: true
19+
- label: Yes, my issue is not answered by [other FAQs](https://github.com/GoogleChrome/lighthouse#faq).
20+
required: true
1921
- type: input
2022
id: url
2123
attributes:
@@ -101,4 +103,4 @@ body:
101103
attributes:
102104
label: Relevant log output
103105
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
104-
render: shell
106+
render: sh

0 commit comments

Comments
 (0)