From ec0e3bdea635d6fe0f3a80da40c850d9b8df332a Mon Sep 17 00:00:00 2001 From: Philipp A Date: Tue, 10 Oct 2023 12:38:16 +0200 Subject: [PATCH] Fix bug report template (#1181) --- .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 6cb0b86c9..e28d0778a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -56,6 +56,6 @@ body: ```python >>> import anndata, session_info; session_info.show(html=False, dependencies=True) ``` - render: python + render: python validations: required: true