diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-08-01 09:47:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 09:47:31 +0200 |
commit | 42fac989921ec4ffe9d68fd6c1df6013746f7a82 (patch) | |
tree | d06ab06c79d214c98f642e9ee57462739ee7404d | |
parent | 4f5513add048e54a0236c0516d473061d0f0bb2a (diff) | |
download | gitbook-42fac989921ec4ffe9d68fd6c1df6013746f7a82.zip gitbook-42fac989921ec4ffe9d68fd6c1df6013746f7a82.tar.gz gitbook-42fac989921ec4ffe9d68fd6c1df6013746f7a82.tar.bz2 |
Fix command for getting gitbook version
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a095a07..4311ae2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ If possible, open separate issues for each bug report. Avoid grouping bugs that ### What is the current behavior? -If the current behavior is a bug, please provide the steps to reproduce. if possible, provide the GitBook version being used (`gitbook -v`) and the system infromations (OS and version). +If the current behavior is a bug, please provide the steps to reproduce. if possible, provide the GitBook version being used (`gitbook -V`) and the system infromations (OS and version). ### What is the expected behavior? |