]> code.delx.au - gnu-emacs/commitdiff
Merge branch 'release-process-lowercase'
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 15 Nov 2015 01:52:05 +0000 (09:52 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 15 Nov 2015 01:52:05 +0000 (09:52 +0800)
; Rename admin/FOR-RELEASE to admin/release-process and document the
; release process

1  2 
CONTRIBUTE

diff --combined CONTRIBUTE
index 2aae251ce427c0854f142024f8832431ddb60ab4,d3d632d99973c2c17f434e506e9942edf1c19a39..2d826e202b549782b3c712d0406aa395bb7305b1
@@@ -144,10 -144,10 +144,10 @@@ messages
    "2014-01-16T05:43:35Z!esr@thyrsus.com".  Often, "my previous commit"
    will suffice.
  
- - There is no need to mention files such as NEWS, MAINTAINERS, and
-   FOR-RELEASE, or to indicate regeneration of files such as
-   'configure', in the ChangeLog entry.  "There is no need" means you
-   don't have to, but you can if you want to.
+ - There is no need to mention files such as NEWS and MAINTAINERS, or
+   to indicate regeneration of files such as 'configure', in the
+   ChangeLog entry.  "There is no need" means you don't have to, but
+   you can if you want to.
  
  ** Generating ChangeLog entries
  
@@@ -248,9 -248,7 +248,9 @@@ for documentation errors before submitt
  ** Test your changes.
  
  Please test your changes before committing them or sending them to the
 -list.
 +list.  If possible, add a new test along with any bug fix or new
 +functionality you commit (of course, some changes cannot be easily
 +tested).
  
  Emacs uses ERT, Emacs Lisp Regression Testing, for testing.  See (info
  "(ert)") or https://www.gnu.org/software/emacs/manual/html_node/ert/