summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Uhl <iFreilicht@users.noreply.github.com>2023-01-28 20:21:18 +0100
committerGitHub <noreply@github.com>2023-01-28 20:21:18 +0100
commitf32e1a7773eb84dd1fc272e4956a760ecc7291c7 (patch)
tree19a53c5dd8e266d9eb88b9c09a78a26444c48470
parent703c2f214b7b1bd9fccbbc3860289e63369e0575 (diff)
Fix incorrect version command
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/question.yml2
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