]> code.delx.au - gnu-emacs-elpa/blob - CONTRIBUTING.md
Merge pull request #568 from npostavs/contrib
[gnu-emacs-elpa] / CONTRIBUTING.md
1 # Submitting Bug Reports
2
3 Please read [Important note regarding bug reporting][bugnote].
4
5 # Contributing to Yasnippet
6
7 ## Copyright Assignment
8
9 Yasnippet is part of GNU ELPA, so it falls under the same copyright
10 assignment policy as the rest of Emacs (see "Copyright Assignment" in
11 https://www.gnu.org/software/emacs/CONTRIBUTE). A copyright assignment
12 for Emacs also covers Yasnippet.
13
14 ## Commit message format
15
16 The commit message format roughly follows Emacs conventions, although
17 there is no separate Changelog file.
18
19 The commit message's first sentence should be capitalized, no period
20
21 It may be followed by a paragraph with a longer explanation. The
22 changelog style entry goes at the end of the message.
23
24 * foo.el (a-function): Terse summary of per-function changes.
25
26
27 [bugnote]: https://github.com/capitaomorte/yasnippet#important-note-regarding-bug-reporting