Add issue template

This commit is contained in:
q3b5q3
2022-12-30 15:39:42 +01:00
parent c37b71a362
commit a4adc2a23c
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
blank_issues_enabled: false
contact_links:
- name: Apktool Issues List
url: https://github.com/iBotPeaches/Apktool/issues?q=is%3Aissue
about: Check issues on Apktool repo before reporting issue here. Don't report any APKToolGUI issues there though
- name: System Apps Modding Support Forum
url: https://forum.xda-developers.com/all-forums-by-manufacturer
about: For support, questions or help with modding system apps.
- name: Android development and modding support forum
url: https://forum.xda-developers.com/c/android-development-and-hacking.564/
about: For support, questions or help with Android development and modding
- name: Android development and modding support forum 2
url: https://androidforums.com/forums/android-development.28/
about: For support, questions or help with Android development and modding
- name: Android development and modding support forum 3
url: https://platinmods.com/forums/modding-questions-discussions.11/
about: For support, questions or help with Android development and modding
+1 -1
View File
@@ -365,7 +365,7 @@ namespace APKToolGUI
ToLog(DateTime.Now.ToString("[HH:mm:ss]"), message, Color.Red);
break;
case ApktoolEventType.Warning:
ToLog(DateTime.Now.ToString("[HH:mm:ss]"), message, Color.Goldenrod);
ToLog(DateTime.Now.ToString("[HH:mm:ss]"), message, Color.DarkOrange);
break;
case ApktoolEventType.Unknown:
ToLog(DateTime.Now.ToString("[HH:mm:ss]"), message, Color.Red);