mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00

* CONTRIBUTING.md: * NEWS: * README.mdown: * doc/index.org: * doc/nav-menu.html.inc: * yasnippet.el: Since the new repo destination is now under `joaotavora', fix all the stale links to point to the new destination. Copyright-paperwork-exempt: yes
30 lines
1015 B
Markdown
30 lines
1015 B
Markdown
# Submitting Bug Reports
|
|
|
|
Please read [Important note regarding bug reporting][bugnote].
|
|
|
|
# Contributing to Yasnippet
|
|
|
|
## Copyright Assignment
|
|
|
|
Yasnippet is part of GNU ELPA, so it falls under the same copyright
|
|
assignment policy as the rest of Emacs (see "Copyright Assignment" in
|
|
https://www.gnu.org/software/emacs/CONTRIBUTE). A copyright assignment
|
|
for Emacs also covers Yasnippet.
|
|
|
|
## Commit message format
|
|
|
|
The commit message format roughly follows Emacs conventions, although
|
|
there is no separate Changelog file.
|
|
|
|
The commit message's first sentence should be capitalized, no period
|
|
|
|
It may be followed by a paragraph with a longer explanation. The
|
|
changelog style entry goes at the end of the message.
|
|
|
|
* foo.el (a-function): Terse summary of per-function changes.
|
|
|
|
For trivial changes, a message consisting of just the changelog entry
|
|
(the `* foo.el ...` part) is fine.
|
|
|
|
[bugnote]: https://github.com/joaotavora/yasnippet#important-note-regarding-bug-reporting
|