OBS Studio uses the 50/72 standard for commits. 50 characters max for the title (excluding module prefix), an empty line, and then a full description of the commit, wrapped to 72 columns max. See this link for more information: http://chris.beams.io/posts/git-commit/
Make sure commit titles are always in present tense, and are not followed by punctuation.
Prefix each commit's titles with the module name, followed by a colon and a space (unless modifying a file in the base directory). After that, the first word should be capitalized.
So for example, if you are modifying the obs-ffmpeg plugin:
obs-ffmpeg: Fix bug with audio output
Or for libobs:
libobs: Fix source not displaying
Note: When modifying cmake modules, just prefix with "cmake".
If you still need examples, please view the commit history.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。