From fd1f3bc1d26cc615654598bcd63abe2863051f44 Mon Sep 17 00:00:00 2001 From: buffermet <29265684+buffermet@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:29:15 +0100 Subject: [PATCH] Delete deprecated issue template. --- ISSUE_TEMPLATE.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 5c23a58c..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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. - -! PLEASE REMOVE THIS PART AND LEAVE ONLY THE FOLLOWING SECTIONS IN YOUR REPORT ! ---- - -*Description of the bug or feature request* - -### Environment - -Please provide: - -* Bettercap version you are using ( `bettercap -version` ). -* OS version and architecture you are using. -* Go version if building from sources. -* Command line arguments you are using. -* Caplet code you are using or the interactive session commands. -* **Full debug output** while reproducing the issue ( `bettercap -debug ...` ). - -### Steps to Reproduce - -1. *First Step* -2. *Second Step* -3. *and so on...* - -**Expected behavior:** *What you expected to happen* - -**Actual behavior:** *What actually happened* - --- - -**♥ ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY ♥**