From a7535f36d93893bd422169775610b52fc4db7b75 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 16 Mar 2016 08:48:47 -0400 Subject: [PATCH] add github issue template, move files to .github --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..81d99d30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +### Information +1. **Apktool Version (`apktool -version`)** - +2. **Operating System (Mac, Linux, Windows)** - +3. **APK From? (Playstore, ROM, Other)** - + +### Stacktrace/Logcat + +``` +Include stacktrace here +``` + +### Steps to Reproduce +1. `apktool ` + +### Frameworks +If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files +(`.apks` that live in `/system/framework` or `/system/priv-app`) + +### APK +If this APK can be freely shared, please upload/attach a link to it. + +### Questions to ask before submission +1. Have you tried `apktool d`, `apktool b` without changing anything? +2. If you are trying to install a modified apk, did you resign it? +3. Are you using the latest apktool version? \ No newline at end of file