add github issue template, move files to .github

This commit is contained in:
Connor Tumbleson 2016-03-16 08:48:47 -04:00
parent ea2c821fa5
commit a7535f36d9
2 changed files with 25 additions and 0 deletions

25
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -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?