granted (1759B)
1 # expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region 'nil)) 2 # -- 3 4 Your wish has been granted. You can commit to Emacs and GNU ELPA. Feel free to 5 use this power, but please try to be extra careful and prove yourself worthy 6 of this privilege: 7 8 - Send your patches for review before installing them. 9 10 - Only install changes whose code follows the usual coding conventions. Some 11 of those conventions are documented in http://www.gnu.org/prep/standards; 12 you'll discover others during code review. 13 14 - Always provide a good commit message (copied into or from the ChangeLog for 15 emacs.git), following the GNU coding standards (e.g. using the 16 present/imperative tense, and syntax described at 17 http://www.gnu.org/prep/standards/html_node/Change-Logs.html), and properly 18 labelling the author of the code. 19 20 - If the change is a new feature or a change in behavior, don't forget to 21 mention it in the etc/NEWS file and to update the Texinfo doc accordingly. 22 23 - Be sure your change is accepted as being for the better by the package's 24 maintainer. As a general rule send your patch for review before installing 25 it, unless you're absolutely positively 200% sure that everyone will be 26 pleased with the content and the form of the patch. 27 28 Last but not least: 29 30 - And make extra sure that all the code you install has the proper copyright: 31 if it is not your own code, make sure the author has signed the relevant 32 copyright papers (for non-trivial contributions), and indicate the author 33 correctly in the commit (and the ChangeLog if applicable). 34 35 If you have the slightest doubt about any of those points, send your question 36 or your patch to emacs-devel@gnu.org (or bug-gnu-emacs@gnu.org). 37 38 Thank you very much for your contribution to Emacs,