Merge pull request #40959 from AnturK/IlOvePaThsLiKEtheSe

Adds lowercase paths rule to contributing.md
This commit is contained in:
oranges
2018-10-17 09:09:01 +13:00
committed by yogstation13-bot
parent 5b7bc95bd5
commit c89c6e0d59

View File

@@ -99,6 +99,9 @@ The use of the : operator to override type safety checks is not allowed. You mus
### Type paths must begin with a / ### Type paths must begin with a /
eg: `/datum/thing`, not `datum/thing` eg: `/datum/thing`, not `datum/thing`
### Type paths must be lowercase
eg: `/datum/thing/blue`, not `datum/thing/BLUE` or `datum/thing/Blue`
### Datum type paths must began with "datum" ### Datum type paths must began with "datum"
In DM, this is optional, but omitting it makes finding definitions harder. In DM, this is optional, but omitting it makes finding definitions harder.