summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-03 20:18:57 +0100
committerBastien <bzg@gnu.org>2020-02-03 20:18:57 +0100
commit1a29c0eee80b57d32d0234f1d39d3ccb679f20cd (patch)
tree3d696e43618b9f0f7b6544a4c2b24f145c99df56
parenteace60ad3907b50b1d81cb9f0dbbf903ff1dc8f2 (diff)
downloadorg-mode-1a29c0eee80b57d32d0234f1d39d3ccb679f20cd.tar.gz
org.el (org-submit-bug-report): Enhance the message
* lisp/org.el (org-submit-bug-report): Enhance the message.
-rw-r--r--lisp/org.el20
1 files changed, 14 insertions, 6 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ba34ee3..0cfbd00 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -18762,14 +18762,22 @@ information about your Org version and configuration."
(erase-buffer)
(insert "You are about to submit a bug report to the Org mailing list.
-We would like to add your full Org and Outline configuration to the
-bug report. This greatly simplifies the work of the maintainer and
-other experts on the mailing list.
+If your report is about Org installation, please read this section:
+https://orgmode.org/org.html#Installation
-HOWEVER, some variables you have customized may contain private
+Please read https://orgmode.org/org.html#Feedback on how to make
+a good report, it will help Org contributors fixing your problem.
+
+Search https://lists.gnu.org/archive/html/emacs-orgmode/ to see
+if the issue you are about to raise has already been dealt with.
+
+We also would like to add your full Org and Outline configuration
+to the bug report. It will help us debugging the issue.
+
+*HOWEVER*, some variables you have customized may contain private
information. The names of customers, colleagues, or friends, might
-appear in the form of file names, tags, todo states, or search strings.
-If you answer yes to the prompt, you might want to check and remove
+appear in the form of file names, tags, todo states or search strings.
+If you answer \"yes\" to the prompt, you might want to check and remove
such private information before sending the email.")
(add-text-properties (point-min) (point-max) '(face org-warning))
(when (yes-or-no-p "Include your Org configuration ")