Blame ChangeLog.README

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