New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
|
|
@ -10,7 +10,9 @@ Quick Links for Contributing
|
|||
- Our bug tracker (linked to forum accounts):
|
||||
https://obsproject.com/mantis/
|
||||
|
||||
- Development IRC channel: #obs-dev on QuakeNet
|
||||
- Discord Server: https://obsproject.com/discord
|
||||
|
||||
- Development chat: #development on the Discord server (see above)
|
||||
|
||||
- Development forum:
|
||||
https://obsproject.com/forum/list/general-development.21/
|
||||
|
|
@ -50,10 +52,11 @@ Commit Guidelines
|
|||
- Make sure commit titles are always in present tense, and are not
|
||||
followed by punctuation.
|
||||
|
||||
- Prefix commit titles with the module name, followed by a colon and a
|
||||
space (unless modifying a file in the base directory). When
|
||||
modifying cmake modules, prefix with "cmake". So for example, if you
|
||||
are modifying the obs-ffmpeg plugin::
|
||||
- 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
|
||||
|
||||
|
|
@ -61,4 +64,6 @@ Commit Guidelines
|
|||
|
||||
libobs: Fix source not displaying
|
||||
|
||||
Note: When modifying cmake modules, just prefix with "cmake".
|
||||
|
||||
- If you still need examples, please view the commit history.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue