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.