diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 95326b50..77622d81 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,9 +1,6 @@ ### Prerequisites -* [ ] I read the [README](https://github.com/bettercap/bettercap/blob/master/README.md). -* [ ] I am running the [latest stable version](https://github.com/bettercap/bettercap/releases). -* [ ] I already searched [other issues](https://github.com/bettercap/bettercap/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to see if this problem was already reported. -* [ ] I understand I don't necessarily have to paste this `Prerequisites` section in the issue. +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. ### Description @@ -17,8 +14,7 @@ Please provide: * OS version and architecture you are using. * Go version if building from sources. * Command line arguments you are using. -* Caplet code you are using (if any). -* Interactive session commands you are using (if any). +* Caplet code you are using or the interactive session commands. * **Full debug output** while reproducing the issue ( `bettercap -debug ...` ). ### Steps to Reproduce