mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-01-27 17:00:06 +08:00
Updated CONTRIBUTING.md
This commit is contained in:
parent
e5f986a8bf
commit
06f04887fd
@ -28,6 +28,7 @@ Submitting a pull request? Great! Thanks for contributing your time and code! Pl
|
|||||||
- Tabs for indentation
|
- Tabs for indentation
|
||||||
- camelCase for variables and functions
|
- camelCase for variables and functions
|
||||||
- Opening braces on the same line as the if/for/while statement
|
- Opening braces on the same line as the if/for/while statement
|
||||||
|
- No omitting unnecessary braces
|
||||||
- etc.
|
- etc.
|
||||||
- Please avoid breaking changes. If you make a breaking change that can be done in a backwards-compatible manner, I won't accept it.
|
- Please avoid breaking changes. If you make a breaking change that can be done in a backwards-compatible manner, I won't accept it.
|
||||||
- Please don't increment the version number in `package.json`. I'll do that myself when I publish it to npm.
|
- Please don't increment the version number in `package.json`. I'll do that myself when I publish it to npm.
|
||||||
|
Loading…
Reference in New Issue
Block a user