From 0e9be6343b60b2725b3a07b171df55e10a22e933 Mon Sep 17 00:00:00 2001 From: Maijin Date: Sun, 18 Feb 2018 09:30:30 +0100 Subject: [PATCH] Add Issue Template --- .github/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 00000000..0b5f80f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +# This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template + +*If you would like to report a bug, please fill the template bellow* + +### Work environment + +| Questions | Answers +|------------------------------------------------------|-------------------- +| OS/arch/bits (mandatory) | Debian arm 64, Ubuntu x86 32 +| File format of the file you reverse (mandatory) | PE, ELF etc. +| Architecture/bits of the file (mandatory) | PPC, x86/32, x86/64 etc. +| Cutter and r2 version, See About Cutter (mandatory) | Version 1.2 / Using r2-2.2.0-431-g911df601e +| Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/ + +### Expected behavior + +### Actual behavior + +### Steps to reproduce the behavior +- Please share the binary if it is shareable by drag and dropping it here in a zip archive (mandatory) +- Use code markdown `CODE` to make your code visible + +### Additional Logs, screenshots, source-code, configuration dump, ... + +Drag and drop zip archives containing the Additional info here, don't use external services or link.