From 40f19cce61d78ca9a1d6025badb13b3552e16878 Mon Sep 17 00:00:00 2001 From: skylot Date: Thu, 6 Jun 2019 13:33:47 +0300 Subject: [PATCH] docs: add issue template --- .github/ISSUE_TEMPLATE/decompilation-error.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/decompilation-error.md diff --git a/.github/ISSUE_TEMPLATE/decompilation-error.md b/.github/ISSUE_TEMPLATE/decompilation-error.md new file mode 100644 index 000000000..ea0433f91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/decompilation-error.md @@ -0,0 +1,23 @@ +--- +name: Decompilation error +about: Create a report to help us improve jadx decompiler +title: "[core]" +labels: Core, bug +assignees: '' + +--- + +**Checks before report** +- [ ] check [latest unstable build](https://bintray.com/skylot/jadx/unstable/_latestVersion#files) (maybe issue already fixed) +- [ ] search existing issues by exception message + (for example `JadxRuntimeException: Can't find immediate dominator for block`) +- [ ] check [Troubleshooting Q&A](https://github.com/skylot/jadx/wiki/Troubleshooting-Q&A) section on wiki + +**Describe error** +- provide full name of method or class with error +- provide full java stacktrace + + **Note**: no need to copy method fallback code (commented pseudocode) +- attach or provide link to apk file (double check apk version) + + **Note**: GitHub don't allow attach files with `.apk` extension, but you can change extension by adding `.zip` at the end :)