mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1e86aefb9 | |||
| ecd53b4222 | |||
| 9f02febf43 | |||
| a2ff2811e3 | |||
| ccf46a6c77 | |||
| 6ca215a9fd | |||
| 520411782e | |||
| c56e94316d | |||
| 461563c6e6 |
+1
-1
@@ -19,7 +19,7 @@ Therefore, when making code changes, please be extremely careful about containin
|
|||||||
|
|
||||||
#### Config file compatibility
|
#### 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.
|
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.
|
||||||
|
|
||||||
### Code quality requirements
|
### Code quality requirements
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,15 @@
|
|||||||
|
|
||||||
# 🌶️🌶️ [https://spice2x.github.io/](https://spice2x.github.io/) 🌶️🌶️
|
# 🌶️🌶️ [https://spice2x.github.io/](https://spice2x.github.io/) 🌶️🌶️
|
||||||
|
|
||||||
|
# If you have problems, read [Known Issues (FAQ)](https://github.com/spice2x/spice2x.github.io/wiki/Known-issues) wiki page first, most of your questions are already answered.
|
||||||
|
|
||||||
<br/><br/><br/><br/><br/><br/><br/><br/>
|
<br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
|
|
||||||
# spice2x
|
# spice2x
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
spice2x is a fork of SpiceTools, focused on addressing bugs, usability, and quality-of-life improvements.
|
spice2x is a continuation of SpiceTools project. Original development of [SpiceTools](https://github.com/spicetools/spicetools) has stalled in 2022; spice2x is led by a new group of developers.
|
||||||
|
|
||||||
We do not use GitHub for source control, but we do use the [issue tracker](https://github.com/spice2x/spice2x.github.io/issues) and [the wiki](https://github.com/spice2x/spice2x.github.io/wiki). Source is distributed in the release package.
|
We do not use GitHub for source control, but we do use the [issue tracker](https://github.com/spice2x/spice2x.github.io/issues) and [the wiki](https://github.com/spice2x/spice2x.github.io/wiki). Source is distributed in the release package.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user