From d8a26a9aee012f198038cbd2add99c1a945dd6b5 Mon Sep 17 00:00:00 2001 From: unrealapex Date: Fri, 11 Jul 2025 22:13:54 -0700 Subject: docs: remove $ from environment variable name remove $ from environment variable name because environment variables are referenced by name without it --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ba5732d..5e81114 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -32,5 +32,5 @@ body: placeholder: "st 0.8.2" - type: input attributes: - label: "$TERM environment variable" + label: "TERM environment variable" placeholder: "st-256color" -- cgit v1.2.3