Delete .github/ISSUE_TEMPLATE directory

We can rely on the default templates from https://github.com/cucumber/.github instead
Этот коммит содержится в:
Matt Wynne 2022-02-10 12:48:22 -08:00 коммит произвёл GitHub
родитель 1f7231cb42
коммит 2695c3f359
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

30
.github/ISSUE_TEMPLATE/bug_report.md предоставленный
Просмотреть файл

@ -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.