Compare commits

..

3 Commits

Author SHA1 Message Date
sp2xdev 33d98d8217 Update bug_report.md 2024-12-26 22:48:04 -08:00
sp2xdev e1f077a11b Update README.md 2024-12-06 16:27:42 -08:00
sp2xdev bd93d9cd11 Update CONTRIBUTING.md 2024-11-29 15:17:05 -08:00
3 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ assignees: ''
## Version of spice2x ## Version of spice2x
*version of spice, this can be seen in the About tab, and in log.txt* *version of spice, this can be seen in the About tab, and in log.txt*
## Laptop *please remember to test the LATEST beta version before posting a bug about it**
*Are you running this on a laptop? Does it have a hybrid iGPU+ dGPU configuration?*
## Describe the issue ## Describe the issue
*what's the issue?* *what's the issue?*
+4
View File
@@ -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. 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 ### Code quality requirements
* Test for regressions, at least in and around the component you are modifying: * Test for regressions, at least in and around the component you are modifying:
+1
View File
@@ -25,6 +25,7 @@ spice2x team does not provide any tools to circumvent software copy protection,
By policy, By policy,
* we do **NOT** provide links on where to acquire game data * 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 * we do **NOT** provide guides on setting up & basic troubleshooting
please do not ask for these, as it will never happen here. please do not ask for these, as it will never happen here.