From 23ebdd2a3ce6c3e93012e2b5bc7c2b02c749aaf2 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Thu, 2 Feb 2023 21:03:52 +0000 Subject: [PATCH] Fix YAML syntax --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 40cfdb1..fc50dc7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,12 +44,14 @@ body: validations: required: true attributes: - label: Python version: output of `python3 --version` + label: | + Python version: output of `python3 --version` - type: input validations: required: true attributes: - label: snscrape version: output of `snscrape --version` + label: | + snscrape version: output of `snscrape --version` - type: input validations: required: true