Navigation Menu

Skip to content

Commit

Permalink
docs: add new templates (#2451)
Browse files Browse the repository at this point in the history
* docs: add new templates

* docs: remove outdated issue template
  • Loading branch information
iBotPeaches committed Dec 1, 2020
1 parent b49bd95 commit 7f70e4d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
@@ -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)** -
Expand All @@ -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 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
@@ -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.

0 comments on commit 7f70e4d

Please sign in to comment.