summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortaylrfnt <43214679+taylrfnt@users.noreply.github.com>2025-05-05 19:23:40 -0500
committerGitHub <noreply@github.com>2025-05-05 19:23:40 -0500
commitf84367880b02346c56f79c16cc1b4e93b2e5437f (patch)
treebe9f21726fa31d56594de486de9fee1b4f7976b6 /.github
parent11db0ed8ae759936923475541976aac510056fc6 (diff)
Properly enclose code block backticks
Co-authored-by: Kat <65649991+00-kat@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/DISCUSSION_TEMPLATE/issue-triage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/DISCUSSION_TEMPLATE/issue-triage.yml b/.github/DISCUSSION_TEMPLATE/issue-triage.yml
index 5e49000c9..1448b7385 100644
--- a/.github/DISCUSSION_TEMPLATE/issue-triage.yml
+++ b/.github/DISCUSSION_TEMPLATE/issue-triage.yml
@@ -157,5 +157,5 @@ body:
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.
+ - 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.
required: true