docs: add new templates (#2451)

* docs: add new templates

* docs: remove outdated issue template
This commit is contained in:
Connor Tumbleson 2020-12-01 07:09:55 -05:00 committed by GitHub
parent b49bd95489
commit 7f70e4d119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,12 @@
---
name: Bug Report
about: Report a bug in Apktool
title: "[BUG]"
labels: ''
assignees: ''
---
### Information
1. **Apktool Version (`apktool -version`)** -
2. **Operating System (Mac, Linux, Windows)** -
@ -22,4 +31,4 @@ 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?
3. Are you using the latest apktool version?

View File

@ -0,0 +1,17 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEAT]"
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.