diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 000000000..dd33e06fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,23 @@ +--- +name: Issue +about: Please use this template for issues +title: '' +labels: '' +assignees: '' + +--- + +**Troubleshoot** +Before creating an issue, please check: +https://typicode.github.io/husky/#/?id=troubleshoot + +If you're migrating from husky 4, see: +https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v5 + +**Context** +Please describe your issue and provide some context: +- Terminal or GUI client (PowerShell, Git Bash, GitHub Desktop, ...) +- If applicable, content of the failing hook +- If possible, minimal steps to reproduce the issue + +Thank you!