1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

Update CONTRIBUTING.md

This commit is contained in:
Thor Brigsted 2019-12-23 14:23:14 +01:00 committed by GitHub
parent ad6e441ef2
commit 48bbf309ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ These are the main points to follow:
4) Avoid including irellevant whitespace or formatting changes 4) Avoid including irellevant whitespace or formatting changes
5) Comment your code 5) Comment your code
6) Spell check your code / comments 6) Spell check your code / comments
7) Use english language 7) Use concrete types, not *var*
8) Use english language
## New features ## New features
xNode aims to be simple and extendible, not trying to fix all of Unity's shortcomings. xNode aims to be simple and extendible, not trying to fix all of Unity's shortcomings.