From 7f70e4d119c763546cc4223700780fb441f86d02 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 1 Dec 2020 07:09:55 -0500 Subject: [PATCH] docs: add new templates (#2451) * docs: add new templates * docs: remove outdated issue template --- .../bug-report.md} | 11 ++++++++++- .github/ISSUE_TEMPLATE/feature-request.md | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug-report.md} (82%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 82% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 81d99d30..5be058cc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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? \ No newline at end of file +3. Are you using the latest apktool version? diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..3017a153 --- /dev/null +++ b/.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.