From 2695c3f359db900d5f626a77ff5fac790972f61d Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Thu, 10 Feb 2022 12:48:22 -0800 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory We can rely on the default templates from https://github.com/cucumber/.github instead --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index bf96531..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -Please answer these questions before submitting a bug report. - -### What version of godog are you using? -``` -> godog version -``` - -### What version of Go are you using? -``` -> go version -``` - -### What did you do? -If possible, provide a recipe for reproducing the error. - -### What did you expect to see? - -### What did you see instead? - -### Additional context -Add any other context about the problem here.