issue-triage: add a documentation search checkbox

This commit is contained in:
trag1c
2026-08-11 19:54:52 +02:00
parent 8c9fd7aa79
commit 04d1939d5f

View File

@@ -156,6 +156,8 @@ body:
options:
- label: I have reviewed the FAQ and confirm that my issue is NOT among them.
required: true
- label: I have searched the Ghostty documentation and confirm there doesn't exist a configuration option that solves my issue.
required: true
- label: I have searched the Ghostty repository (both open and closed Discussions and Issues) and confirm this is not a duplicate of an existing issue or discussion.
required: true
- label: I have checked the "Preview" tab on all text fields to ensure that everything looks right, and have wrapped all configuration and code in code blocks with a group of three backticks (` ``` `) on separate lines.