From 27457ac77491889c85ef0736ef0251869669c23b Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 25 Feb 2018 01:29:35 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index f590c347..e9e2bb7e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,8 +1,9 @@ ### Prerequisites * [ ] I read the [README](https://github.com/bettercap/bettercap/blob/master/README.md). -* [ ] I am running the [latest source code version](https://github.com/bettercap/bettercap). +* [ ] 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. ### Description @@ -13,6 +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).