From c1809762624d4f2bd642f52a6b307db0c4760379 Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 12 Feb 2021 00:00:19 +0100 Subject: [PATCH] chore: issue template --- .github/ISSUE_TEMPLATE/issue.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.md 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!