Skip to content

Commit

Permalink
Add support for reporting issues to the [email protected] email
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Apr 10, 2021
1 parent 64fb2ce commit df4d8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ public static String getReportIssueMarkdownString(@NonNull final Context context

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(" ");
Expand Down
2 changes: 1 addition & 1 deletion termux-shared/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit df4d8ac

Please sign in to comment.