issue-triage: add a documentation search checkbox (#13752)

This commit is contained in:
Mitchell Hashimoto
2026-08-11 11:01:33 -07:00
committed by GitHub

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.