From b073a819ea90ca973c4dc6da6ecb8a7cb1a0a316 Mon Sep 17 00:00:00 2001 From: MetaPrime Date: Mon, 19 Jun 2017 11:00:36 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e69de29b..3e1fa49d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ + + +* Ripme version: +* Java version (output of `java -version`): +* Operating system: +* Exact URL you were trying to rip when the problem occurred: + + +## Repro Steps + +Please provide any additional repro steps. + +1. (Step one) +2. (Step two) +3. (...) + + +## Expected Behavior + +Detail the expected behavior here. + + +## Actual Behavior + +Detail the actual (incorrect) behavior here.