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:
agnostic-apollo
2021-08-21 02:55:13 +05:00
parent 7047bbefbb
commit 6409019a40
2 changed files with 2 additions and 2 deletions

View File

@@ -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(" ");