mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Docs: update Contributing Guidelines
This commit is contained in:
parent
a8c36d7366
commit
4506b46ba0
10
.github/CONTRIBUTING.md
vendored
10
.github/CONTRIBUTING.md
vendored
@ -1,9 +1,15 @@
|
|||||||
##### Coding Guidelines
|
## Contributing to obs-websocket
|
||||||
|
|
||||||
|
### Translating obs-websocket to your language
|
||||||
|
Localization happens on Crowdin: https://crowdin.com/project/obs-websocket
|
||||||
|
|
||||||
|
### Writing code for obs-websocket
|
||||||
|
#### Coding Guidelines
|
||||||
- Function and variable names: snake_case for C names, CamelCase for C++ names
|
- Function and variable names: snake_case for C names, CamelCase for C++ names
|
||||||
- Tabs are 8 columns wide
|
- Tabs are 8 columns wide
|
||||||
- 80 columns max.
|
- 80 columns max.
|
||||||
|
|
||||||
##### Commit Guidelines
|
#### Commit Guidelines
|
||||||
- Commits follow the 50/72 standard:
|
- Commits follow the 50/72 standard:
|
||||||
- 50 characters max for the title
|
- 50 characters max for the title
|
||||||
- One empty line after the title
|
- One empty line after the title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user