1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00

DOCS/contrinute: add commit title example prefixes

This commit is contained in:
Avi Halachmi (:avih) 2021-08-15 22:15:27 +03:00
parent e0df7688f6
commit 2780bf32d0

View File

@ -68,6 +68,11 @@ Write good commit messages
Having a prefix gives context, and is especially useful when trying to find
a specific change by looking at the history, or when running ``git blame``.
Sample prefixes: ``vo_gpu: ...``, ``command: ...``, ``DOCS/input: ...``,
``TOOLS/osxbundle: ...``, ``osc.lua: ...``, etc. You can always check the git
log for commits which modify specific files to see which prefixes are used.
- The first word after the ``:`` is lower case.
- Don't end the subject line with a ``.``.
- Put an empty line between the subject line and the commit message.