diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e0e885efe..f28807fe6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,8 @@ -Before creating an issue, please check the [troubleshoot](https://github.com/typicode/husky#troubleshoot) section in the README and run commands with `HUSKY_DEBUG=1` to get additional information. +Before creating an issue, see [troubleshoot](https://github.com/typicode/husky#troubleshoot) section in the README and verify that you're using Git `>= 2.13.0`. + +Please provide your OS, terminal and the following commands output: ```sh $ HUSKY_DEBUG=1 npm install husky --save-dev