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