From 053ca5be55332781f8bd76d04532d8bd32a69afd Mon Sep 17 00:00:00 2001 From: buffermet <29265684+buffermet@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:28:38 +0100 Subject: [PATCH 1/2] Create issue_template.md --- .github/ISSUE_TEMPLATE/issue_template.md | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 00000000..5c23a58c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,33 @@ +# 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 ♥** 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 2/2] 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 ♥**