From 6ff2839e153ebccb9dc5d2103d23c421e8082a37 Mon Sep 17 00:00:00 2001 From: buffermet <29265684+buffermet@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:02:17 +0100 Subject: [PATCH] Try to restore issue template. --- .github/ISSUE_TEMPLATE/default_issue.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/default_issue.md b/.github/ISSUE_TEMPLATE/default_issue.md index 5c23a58c..8fc3c85c 100644 --- a/.github/ISSUE_TEMPLATE/default_issue.md +++ b/.github/ISSUE_TEMPLATE/default_issue.md @@ -1,3 +1,8 @@ +--- +name: General Issue +about: Write a general issue or bug report. +--- + # Prerequisites Please, before creating this issue make sure that you read the [README](https://github.com/bettercap/bettercap/blob/master/README.md), that you are running the [latest stable version](https://github.com/bettercap/bettercap/releases) and that you already searched [other issues](https://github.com/bettercap/bettercap/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to see if your problem or request was already reported.