From 4931a156316fc0298b8fc0a11e14628f2c0e275c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sat, 11 Oct 2025 12:56:36 +0200 Subject: [PATCH] fix: update issue URL to use documentation template Changed the issue URL in the configuration to point to the documentation issue template for better guidance on reporting issues. --- _quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index d539bbcfd..9a28b49b1 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -21,7 +21,7 @@ website: twitter-card: true site-url: https://quarto.org repo-url: https://github.com/quarto-dev/quarto-web - issue-url: https://github.com/quarto-dev/quarto-cli/issues/new/choose + issue-url: https://github.com/quarto-dev/quarto-cli/issues/new?template=documentation.yml repo-actions: [edit, issue] page-navigation: true bread-crumbs: true