diff options
| author | unrealapex <unrealapex@disroot.org> | 2025-07-11 22:13:54 -0700 |
|---|---|---|
| committer | Matěj Cepl <mcepl@cepl.eu> | 2025-11-28 11:33:50 +0100 |
| commit | d8a26a9aee012f198038cbd2add99c1a945dd6b5 (patch) | |
| tree | bc33e61f021e75a73ac37bcf44999afa83cca67a /.github | |
| parent | bb94e22d3423fe458de4bc9621379ddebb7fe7e3 (diff) | |
| download | vis-d8a26a9aee012f198038cbd2add99c1a945dd6b5.tar.gz vis-d8a26a9aee012f198038cbd2add99c1a945dd6b5.tar.xz | |
docs: remove $ from environment variable name
remove $ from environment variable name because environment variables
are referenced by name without it
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
