Initial QSfera import
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user