mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Added: Add warning that hax support is not provided and asking questions will likely result in issue automatically closed or even ban
This commit is contained in:
@@ -241,7 +241,7 @@ public class TermuxUtils {
|
||||
|
||||
markdownString.append("## Where To Report An Issue");
|
||||
|
||||
markdownString.append("\n\n").append(context.getString(R.string.msg_report_issue)).append("\n");
|
||||
markdownString.append("\n\n").append(context.getString(R.string.msg_report_issue, TermuxConstants.TERMUX_WIKI_URL)).append("\n");
|
||||
|
||||
markdownString.append("\n\n### Email\n");
|
||||
markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_SUPPORT_EMAIL_URL, TermuxConstants.TERMUX_SUPPORT_EMAIL_MAILTO_URL)).append(" ");
|
||||
|
Reference in New Issue
Block a user