From f32e1a7773eb84dd1fc272e4956a760ecc7291c7 Mon Sep 17 00:00:00 2001 From: Felix Uhl Date: Sat, 28 Jan 2023 20:21:18 +0100 Subject: [PATCH] Fix incorrect version command --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1afb14a4..860e0629 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,6 +40,6 @@ body: attributes: label: Version description: > - Please paste the output of running `mdbook version` or which version + Please paste the output of running `mdbook --version` or which version of the library you are using. render: text diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 6cce08c4..675e8d5e 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -19,6 +19,6 @@ body: attributes: label: Version description: > - Please paste the output of running `mdbook version` or which version + Please paste the output of running `mdbook --version` or which version of the library you are using. render: text