Initial QSfera import

This commit is contained in:
Курнат Андрей
2026-06-07 10:20:04 +03:00
commit 2315f25754
16485 changed files with 4826827 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## Contributing
Use short-lived branches from `main` and keep changes scoped to one feature, fix, or maintenance task.
Suggested branch prefixes:
* `feature/`
* `fix/`
* `improvement/`
* `technical/`
Before opening a pull request, run the relevant Gradle build and test tasks for the modules you changed.
Example:
```powershell
.\gradlew.bat :qsferaApp:assembleOriginalDebug
.\gradlew.bat :qsferaComLibrary:testDebugUnitTest :qsferaDomain:testDebugUnitTest :qsferaData:testDebugUnitTest :qsferaApp:testOriginalDebugUnitTest
```