mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-19 08:17:35 +01:00
docs: add new templates (#2451)
* docs: add new templates * docs: remove outdated issue template
This commit is contained in:
parent
b49bd95489
commit
7f70e4d119
@ -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?
|
17
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user