Update Contributing

zqpvr01 2024-03-22 12:39:40 +01:00
parent 24bee9169a
commit 90c5d1c9b3

@ -33,7 +33,7 @@ You should format before making a pull request so that the reviewers can spend m
### General Rules
* A lot of code was taken from other projects (e.g. Citra, Dolphin, PPSSPP, Gekko). In general, when editing other people's code, follow the style of the module you're in (or better yet, fix the style if it drastically differs from our guide).
* A lot of code was taken from other projects (e.g. Dolphin, PPSSPP, Gekko). In general, when editing other people's code, follow the style of the module you're in (or better yet, fix the style if it drastically differs from our guide).
* Line width is typically 100 characters. Please do not use 80-characters.
* Don't ever introduce new external dependencies into Core
* Don't use any platform specific code in Core