Create ISSUE_TEMPLATE.md

This commit is contained in:
Simone Margaritelli 2018-01-29 12:42:46 +01:00 committed by GitHub
commit b0cd39302e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
ISSUE_TEMPLATE.md Normal file
View file

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