Initial commit

This commit is contained in:
2026-06-10 21:12:07 +00:00
commit 1a506d1892
11 changed files with 352 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Architecture
This template is organized around three small areas:
- Repository guidance in `README.md` and `CONTRIBUTING.md`.
- User-facing templates in `.github/`.
- Validation and automation in `tests/` and `.gitea/workflows/`.
## Workflow
1. Update the documentation and templates.
2. Put shell checks in `tests/checks/`.
3. Run `bash tests/run_test.sh` locally.
4. Open a pull request so Gitea Actions can verify the template on PR open.