From e47aa13d57a14e4744242d2331c37c7f99b04629 Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 14 Jan 2017 15:07:38 -0500 Subject: [PATCH] add ISSUE template --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..9f0865e883 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +# First and foremost consider this: +- Only RetroArch bugs should be filed here. Not core bugs or game bugs +- This is not a forum or a help section, this is strictly developer oriented + +## Description + +[Description of the bug] + +### Expected behavior + +[What you expected to happen] + +### Actual behavior + +[What is actually happening] + +### Steps to reproduce the bug + +1. [First step] +2. [Second step] +3. [and so on...] + +### Bisect Results + +[Try to bisect and tell us when this started happening] + +### System information + +- OS: [The operating system you're running]