emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/notes/bugtracker,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/admin/notes/bugtracker,v
Date: Tue, 03 Jun 2008 06:22:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/03 06:22:41

Index: bugtracker
===================================================================
RCS file: /sources/emacs/emacs/admin/notes/bugtracker,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- bugtracker  3 Jun 2008 03:10:53 -0000       1.5
+++ bugtracker  3 Jun 2008 06:22:40 -0000       1.6
@@ -1,43 +1,54 @@
-NOTES ON THE EMACS BUG TRACKER
+NOTES ON THE EMACS BUG TRACKER   -*- outline -*-
 
-The Emacs Bug Tracker can be found at
-http://emacsbugs.donarmstrong.com/
+The Emacs Bug Tracker can be found at http://emacsbugs.donarmstrong.com/
 
-For a list of all bugs, see
-http://emacsbugs.donarmstrong.com/emacs
+For a list of all bugs, see           http://emacsbugs.donarmstrong.com/emacs
 
 
-When reporting a bug, to send a Cc to another address (eg
+** When reporting a bug, to send a Cc to another address (e.g.
 address@hidden), do not just use a Cc: header.  
 Instead, use "X-Debbugs-CC:". This ensures the Cc address will get a
 mail with the bug report number in.
 
+** To not get acknowledgement mail from the tracker,
+add an "X-Debbugs-No-Ack:" header (with any value).
 
-To not get acknowledgement mail from the tracker, add an
-"X-Debbugs-No-Ack:" header (with any value).
+** To close bug #123 (for example), send mail
 
-
-To close bug #123 (for example), send mail
-To: address@hidden
+  To: address@hidden
 
 with a brief explanation in the body as to why the bug was closed.
 
 
-To reopen a closed bug #123:
-To: address@hidden
-reopen 123
+** To reopen a closed bug #123:
+
+  To: address@hidden
+
+  reopen 123
+  thanks
 
 
-Bugs can be tagged in various ways (eg wontfix, patch, etc).
+** Bugs can be tagged in various ways (eg wontfix, patch, etc).
 For a list of available tags, see:
 http://emacsbugs.donarmstrong.com/Developer#tags
 
-To tag bug #123 (for example), send a mail of the form:
-To: address@hidden
-tag 123 wontfix
+** To tag bug #123 (for example), send a mail of the form:
+
+  To: address@hidden
+
+  tag 123 wontfix
+  thanks
+
+Or just add the
+
+  tag 123 wontfix
+  thanks
+
+at the beginning of a reply.
+
+** To remove spam from the tracker, move it to the `spam' pseudo-package:
 
+  To: address@hidden
 
-To remove spam from the tracker, email the bug number to address@hidden
-Or perhaps reassign to a pseudo "spam" package:
-To: address@hidden
-reassign 123 spam
+  reassign 123 spam
+  thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]