mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
Add support for reporting issues to the termuxreports@groups.io email
This commit is contained in:
@@ -256,8 +256,8 @@ public class TermuxUtils {
|
||||
|
||||
markdownString.append("\n\n").append(context.getString(R.string.msg_report_issue)).append("\n");
|
||||
|
||||
//markdownString.append("\n\n### Email\n");
|
||||
//markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_SUPPORT_EMAIL, TermuxConstants.TERMUX_SUPPORT_EMAIL_MAILTO_URL)).append(" ");
|
||||
markdownString.append("\n\n### Email\n");
|
||||
markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_SUPPORT_EMAIL_URL, TermuxConstants.TERMUX_SUPPORT_EMAIL_MAILTO_URL)).append(" ");
|
||||
|
||||
markdownString.append("\n\n### Reddit\n");
|
||||
markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_REDDIT_SUBREDDIT, TermuxConstants.TERMUX_REDDIT_SUBREDDIT_URL)).append(" ");
|
||||
|
@@ -73,7 +73,7 @@
|
||||
|
||||
|
||||
<!-- TermuxUtils -->
|
||||
<string name="msg_report_issue">If you think this report should be reported, then copy its text from the options menu (3-dots on top right) and post an issue on one of the following links at which the report belongs at.</string>
|
||||
<string name="msg_report_issue">If you want to report this issue, then copy its text from the options menu (3-dots on top right) and post an issue on one of the following links. If you are posting on Github, then post it in the repository at which the report belongs at. You may optionally remove any device specific info that you consider private or don\'t want to share or that is not relevant to the issue.</string>
|
||||
|
||||
|
||||
<!-- Log Level -->
|
||||
|
Reference in New Issue
Block a user