vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit aa4827b84c1e4c265192a9d36f3b359f0cd7d26d
parent c9e2c04607aacd1a4a040623b89aec5050300b0f
Author: Randy Palamar <randy@rnpnr.xyz>
Date:   Tue, 23 Jan 2024 10:42:25 -0700

fix bug report template

Apparently `labels:` should be an empty list and not an empty string
if you want no default labels; my bad.

Diffstat:
M.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 @@ -1,5 +1,5 @@ name: Bug Report -labels: '' +labels: [] description: Report a problem with vis. body: