Blame ChangeLog.README

Packit Service fc05fa
GNOME Bluetooth doesn't use ChangeLog anymore. Instead, we use git checkin comments
Packit Service fc05fa
to autogenerate a ChangeLog file at "make dist" time. Use "make ChangeLog" in the
Packit Service fc05fa
toplevel directory to manually create a ChangeLog. Or use
Packit Service fc05fa
http://git.gnome.org/cgit/gnome-bluetooth/
Packit Service fc05fa
to look up the version history.
Packit Service fc05fa
Packit Service fc05fa
When committing a patch to git, use a checkin comment that describes the changes
Packit Service fc05fa
made. If the checkin is related to a bug, reference the bug number. Example:
Packit Service fc05fa
Packit Service fc05fa
        When removing a toolbar, make its items available again in the toolbar
Packit Service fc05fa
        editor. (Closes: #131182)
Packit Service fc05fa
Packit Service fc05fa
Checkin comments MUST use the UTF-8 encoding.
Packit Service fc05fa
Packit Service fc05fa
Do NOT commit to this module without permission from a maintainer.
Packit Service fc05fa
See the MAINTAINERS file for who they are.