Skip to content

Commit ddd24ec

Browse files
committed
Update issue template
1 parent e50b8a8 commit ddd24ec

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@ body:
1111
required: true
1212
- label: I performed a cursory search of the issue tracker on [APK Tool GUI](https://github.com/AndnixSH/APKToolGUI/issues?q=is%3Aissue) to avoid opening a duplicate issue
1313
required: true
14-
- label: I performed a cursory search of the issue tracker on [Apktool] (https://github.com/iBotPeaches/Apktool/issues?q=is%3Aissue) and [Baksmali](https://github.com/JesusFreke/smali/issues?q=is%3Aissue) but did not found an answer
15-
required: true
16-
- label: I am running the latest version of [APK Tool GUI](https://github.com/AndnixSH/APKToolGUI/releases) and [Apktool.jar](https://github.com/iBotPeaches/Apktool/releases).
17-
required: true
18-
- label: I have tried to decompile and compile without changing anything.
14+
- label: I am running the latest version of [APK Tool GUI](https://github.com/AndnixSH/APKToolGUI/releases).
1915
required: true
2016
- label: I have read the [FAQ](https://github.com/AndnixSH/APKToolGUI#faq)
2117
required: true
22-
- label: I have checked using [APKiD](https://github.com/rednaga/APKiD) and verified that the app does not have protection(s) like packer, obfuscation, anti-tamper, anti-cheats etc
23-
required: false
2418

2519
- type: textarea
2620
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ contact_links:
33
- name: Apktool Issues List
44
url: https://github.com/iBotPeaches/Apktool/issues?q=is%3Aissue
55
about: Check Apktool issues before reporting issue here. Your issue might already exists
6-
- name: Baksmali Issues List
6+
- name: Smali Issues List
77
url: https://github.com/JesusFreke/smali/issues?q=is%3Aissue
88
about: Check Baksmali issues before reporting issue here. Your issue might already exists
9+
- name: Smali Issues List 2
10+
url: https://github.com/google/smali/issues?q=is%3Aissue
11+
about: Check Baksmali issues before reporting issue here. Your issue might already exists
912
- name: System apps modding support forum
1013
url: https://forum.xda-developers.com/all-forums-by-manufacturer
1114
about: For support, questions or help with modding system apps.
@@ -14,10 +17,4 @@ contact_links:
1417
about: For support, questions or help with Apktool, development and modding
1518
- name: Android development and modding support forum
1619
url: https://forum.xda-developers.com/c/android-development-and-hacking.564/
17-
about: For support, questions or help with development and modding
18-
- name: Android development and modding support forum 2
19-
url: https://androidforums.com/forums/android-development.28/
20-
about: For support, questions or help with development and modding
21-
- name: Android development and modding support forum 3
22-
url: https://platinmods.com/forums/modding-questions-discussions.11/
23-
about: For support, questions or help with development and modding
20+
about: For support, questions or help with development and modding'

0 commit comments

Comments
 (0)