From 71836065300c831128613c79ed9c398bdc0be065 Mon Sep 17 00:00:00 2001 From: Pedro Rivero Date: Mon, 8 Apr 2024 18:44:08 -0400 Subject: [PATCH] chore: fix yaml syntax in review issue template --- .github/ISSUE_TEMPLATE/review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/review.yaml b/.github/ISSUE_TEMPLATE/review.yaml index 160f2c8..e8e7f07 100644 --- a/.github/ISSUE_TEMPLATE/review.yaml +++ b/.github/ISSUE_TEMPLATE/review.yaml @@ -21,7 +21,7 @@ body: attributes: label: Notebook description: The name of the notebook to review. - placeholder: [Notebook](docs/notebooks/...) + placeholder: "[Notebook](docs/notebooks/...)" validations: required: true