Skip to content

Commit

Permalink
docs(bug-report): require users to read FAQs (#14383)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Apr 19, 2024
1 parent 1b9e56c commit 6613696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ body:
required: true
- label: Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead).
required: true
- label: Yes, my issue is not answered by [other FAQs](https://github.com/GoogleChrome/lighthouse#faq).
required: true
- type: input
id: url
attributes:
Expand Down Expand Up @@ -101,4 +103,4 @@ body:
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
render: sh

0 comments on commit 6613696

Please sign in to comment.