Update CONTRIBUTING.md

This commit is contained in:
bicarus-dev
2025-12-22 19:20:47 -08:00
committed by GitHub
parent 4c8d4ebab6
commit 064031bc12
-5
View File
@@ -41,11 +41,6 @@ spice2x has a global audience; majority of the user base do not speak English as
Use simple English, avoid colloquialism, and use concise language, even if it's slightly technical. Use simple English, avoid colloquialism, and use concise language, even if it's slightly technical.
e.g.,
* Instead of `processor`, use `CPU`
* Instead of `KFC`, use `SDVX`
### Using OS APIs ### Using OS APIs
Avoid making permanent changes to user's OS configuration. For example, spice must not make a call to set power profile to Maximum Performance, or switch default audio device. Making the reverse call to restore settings on game shutdown is **not** good enough; there is no guarantee that spice will gracefully shutdown, since games (or spice) can crash. This is to avoid inadvertently putting user's PC into a bad state, which can be seen as malware-like behavior. Avoid making permanent changes to user's OS configuration. For example, spice must not make a call to set power profile to Maximum Performance, or switch default audio device. Making the reverse call to restore settings on game shutdown is **not** good enough; there is no guarantee that spice will gracefully shutdown, since games (or spice) can crash. This is to avoid inadvertently putting user's PC into a bad state, which can be seen as malware-like behavior.