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 ♥**