From b0cd39302e81663179ec8789b1260cb621c1cd71 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Mon, 29 Jan 2018 12:42:46 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..b42e4c0b --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ +### Prerequisites + +* [ ] Did you read the [README](https://github.com/evilsocket/bettercap-ng/blob/master/README.md)? +* [ ] Are you running the [latest source code version](https://github.com/evilsocket/bettercap-ng)? +* [ ] Did you search [other issues](https://github.com/evilsocket/bettercap-ng/issues?q=is%3Aopen+is%3Aissue+label%3Abug) to see if this problem was already reported? + +### Description + +*Description of the bug or feature* + +### Environment + +Please provide: + +* OS version and architecture you are using. +* Command line arguments you are using. +* Caplet code you are using (if any). +* Interactive session commands you are using (if any). +* **Full debug output** while reproducing the issue ( `bettercap-ng -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 ♥**