chore(issuetemplate): add a checkbox to search for existing issues (#2255)

This commit is contained in:
Gauthier
2025-12-26 23:26:16 +01:00
committed by GitHub
parent 3ee69663dc
commit 66b4e2c871
2 changed files with 16 additions and 0 deletions

View File

@@ -91,6 +91,14 @@ body:
attributes:
label: Additional Context
description: Please provide any additional information that may be relevant or helpful.
- type: checkboxes
id: search-existing
attributes:
label: Search Existing Issues
description: Have you searched existing issues to see if this bug has already been reported?
options:
- label: Yes, I have searched existing issues.
required: true
- type: checkboxes
id: terms
attributes: