From 9d1b645fdbb296a4b7c05eb0349db64b1e74ac72 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Tue, 29 Mar 2016 20:34:25 +1100 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e69de29bb..dba63425b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,47 @@ +Verify first that your issue/request has not been posted previously: + +* https://github.com/beefproject/beef/issues +* https://github.com/beefproject/beef/wiki/FAQ + + +#### Environment + +What version/revision of BeEF are you using? + +On what version of Ruby? + +On what browser? + +On what operating system? + + +#### Configuration + +Are you using a non-default configuration? + +Have you enabled or disabled any BeEF extensions? + + +#### Summary + +Please provide a summary of the issue. + + +#### Expected Behaviour + +What was the expected result? + + +#### Actual Behaviour + +What was the actual result? + + +#### Steps to Reproduce + +Please provide steps to reproduce this issue. + + +#### Additional Information + +Please provide any additional information which may be useful in resolving this issue, such as debugging output and relevant screen shots.