From 431116c9d8702f2e1149ad4b5b22e6130091cc1f Mon Sep 17 00:00:00 2001 From: taylrfnt Date: Sun, 4 May 2025 12:01:22 -0500 Subject: [PATCH] do not ask users for a summary --- .github/DISCUSSION_TEMPLATE/issue-triage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/issue-triage.yml b/.github/DISCUSSION_TEMPLATE/issue-triage.yml index 7f402183c..8b304b4b6 100644 --- a/.github/DISCUSSION_TEMPLATE/issue-triage.yml +++ b/.github/DISCUSSION_TEMPLATE/issue-triage.yml @@ -33,7 +33,7 @@ body: attributes: label: Expected Behavior description: | - Provide a summary of how you expect Ghostty to behave in this situation. Include any relevant documentation links. + Describe how you expect Ghostty to behave in this situation. Include any relevant documentation links. placeholder: | The screen is cleared and the prompt is redrawn at the top of the window. validations: @@ -42,7 +42,7 @@ body: attributes: label: Actual Behavior description: | - Provide a summary of how Ghostty actually behaves in this situation. If it is not immediately obvious how the actual behavior differs from the expected behavior described above, please be sure to mention the deviation specifically. + Describe how Ghostty actually behaves in this situation. If it is not immediately obvious how the actual behavior differs from the expected behavior described above, please be sure to mention the deviation specifically. placeholder: | The screen is not cleared, and an error is printed: `Error opening terminal: xterm-ghostty`. validations: