mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
This will work if we can install the certificate
This commit is contained in:
@@ -89,7 +89,7 @@ Instead you can use object orientation, or simply placing repeated code in a fun
|
||||
### No magic numbers or strings
|
||||
This means stuff like having a "mode" variable for an object set to "1" or "2" with no clear indicator of what that means. Make these #defines with a name that more clearly states what it's for. This is clearer and enhances readability of your code! Get used to doing it!
|
||||
|
||||
### Do not commit modifications to Version.cs
|
||||
### Do not commit modifications to the version numbers in AssemblyInfo.global.cs
|
||||
This file will be updated by maintainers when they deem it prudent to release a new version. For reference here is the version format we use 3.\<major\>.\<minor\>.\<patch\> The criteria for changing a version number is as follows
|
||||
|
||||
- Major: A breaking change to the DMAPI
|
||||
|
||||
Reference in New Issue
Block a user