Update CONTRIBUTING.md

This commit is contained in:
bicarus
2026-01-05 18:59:06 -08:00
committed by GitHub
parent 6706ffc321
commit 8e23ef224a
+1 -1
View File
@@ -29,7 +29,7 @@ Therefore, when making code changes, please be extremely careful about containin
#### Config file compatibility
Do not change the names of options, buttons binds, analogs, etc - since they are used as unique identifiers in config files. If they are changed, you will introduce an incompatibility with previous versions of config file.
Do not change the names of buttons binds, analogs, strings for command line parameters, etc - since they are used as unique identifiers in config files. If they are changed, you will introduce an incompatibility with previous versions of config file.
### Code quality requirements