Skip to content

Commit df4d8ac

Browse files
Add support for reporting issues to the [email protected] email
1 parent 64fb2ce commit df4d8ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

termux-shared/src/main/java/com/termux/shared/termux/TermuxUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ public static String getReportIssueMarkdownString(@NonNull final Context context
256256

257257
markdownString.append("\n\n").append(context.getString(R.string.msg_report_issue)).append("\n");
258258

259-
//markdownString.append("\n\n### Email\n");
260-
//markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_SUPPORT_EMAIL, TermuxConstants.TERMUX_SUPPORT_EMAIL_MAILTO_URL)).append(" ");
259+
markdownString.append("\n\n### Email\n");
260+
markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_SUPPORT_EMAIL_URL, TermuxConstants.TERMUX_SUPPORT_EMAIL_MAILTO_URL)).append(" ");
261261

262262
markdownString.append("\n\n### Reddit\n");
263263
markdownString.append("\n").append(MarkdownUtils.getLinkMarkdownString(TermuxConstants.TERMUX_REDDIT_SUBREDDIT, TermuxConstants.TERMUX_REDDIT_SUBREDDIT_URL)).append(" ");

termux-shared/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474

7575
<!-- TermuxUtils -->
76-
<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>
76+
<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>
7777

7878

7979
<!-- Log Level -->

0 commit comments

Comments
 (0)