From 5cd6d033405d3e659ece371f1136445197d43ba7 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Tue, 23 Jan 2024 10:42:25 -0700 Subject: fix bug report template Apparently `labels:` should be an empty list and not an empty string if you want no default labels; my bad. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 04190f1..ba5732d 100644 --- 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: -- cgit v1.2.3