From e2331eb0346bcc51203af24f061495617e20136f Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 28 Nov 2021 15:44:10 +0100 Subject: [PATCH] ISSUE_TEMPLATE: Add a marker for where the text goes We've had at least two issues where people put their text into the comment, making it look like they filled out nothing. The alternative is to use Github's new YAML-based system, but tbh I'm not feeling it. --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 03b2b48a7..29168a105 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,3 +12,5 @@ Please tell us if you tried fish without third-party customizations by executing Tell us how to reproduce the problem. Including an asciinema.org recording is useful for problems that involve the visual display of fish output such as its prompt. --> + +**YOUR TEXT HERE**