Merge pull request #2001 from iFreilicht/patch-1
Fix incorrect version command
This commit is contained in:
commit
69bb5c7fba
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -40,6 +40,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: >
|
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.
|
of the library you are using.
|
||||||
render: text
|
render: text
|
||||||
|
|
|
||||||
2
.github/ISSUE_TEMPLATE/question.yml
vendored
2
.github/ISSUE_TEMPLATE/question.yml
vendored
|
|
@ -19,6 +19,6 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Version
|
||||||
description: >
|
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.
|
of the library you are using.
|
||||||
render: text
|
render: text
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue