mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1f077a11b | |||
| bd93d9cd11 |
@@ -17,6 +17,10 @@ Additionally, there's a lot of code that get exercised on specific hardware - in
|
||||
|
||||
Therefore, when making code changes, please be extremely careful about containing / scoping your changes. Make targeted bug fixes scoped to handful of game versions and hardware configuration. When adding new features, make it off by default, unless there is a really good reason to make it the default. If you make a new default, add an option that disables it so that users can opt out as needed.
|
||||
|
||||
#### Config file compatibility
|
||||
|
||||
Do not change the option names used to identify them in config files, otherwise you will introduce an incompatibility with previous versions. Once the `name` is set it should never be changed. Aliases can still be added.
|
||||
|
||||
### Code quality requirements
|
||||
|
||||
* Test for regressions, at least in and around the component you are modifying:
|
||||
|
||||
@@ -25,6 +25,7 @@ spice2x team does not provide any tools to circumvent software copy protection,
|
||||
By policy,
|
||||
|
||||
* we do **NOT** provide links on where to acquire game data
|
||||
* we do **NOT** provide tools or instructions on decrypting data
|
||||
* we do **NOT** provide guides on setting up & basic troubleshooting
|
||||
|
||||
please do not ask for these, as it will never happen here.
|
||||
|
||||
Reference in New Issue
Block a user