Restructure docs and scaffold app directory

This commit is contained in:
2025-11-24 13:51:21 +01:00
parent aef53eb953
commit 8ce60fb5e7
4 changed files with 687 additions and 738 deletions

View File

@@ -3,7 +3,8 @@
* [GitHub Flow](https://dev.to/karmpatel/git-branching-strategies-a-comprehensive-guide-24kh) branching strategy is used.
* Direct push to `main` branch is prohibited.
* Only merges to the `main` branch via Pull Requests from `feature/...` or `bugfix/...` branches are allowed.
* Tags are created for releases on the `main` branch.
* Tags `v*` are created for releases on the `main` branch.
* Gitea configuration is available in Site Administration, User Settings, and Repository Settings.
## Pull Request