From 0f89bf59c375d204e4879593b829b883dde6ad8d Mon Sep 17 00:00:00 2001 From: Philipp A Date: Tue, 10 Oct 2023 12:29:14 +0200 Subject: [PATCH] Fix bug report template --- .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