448 B
448 B
Architecture
This template is organized around three small areas:
- Repository guidance in
README.mdandCONTRIBUTING.md. - User-facing templates in
.github/. - Validation and automation in
tests/and.gitea/workflows/.
Workflow
- Update the documentation and templates.
- Put shell checks in
tests/checks/. - Run
bash tests/run_test.shlocally. - Open a pull request so Gitea Actions can verify the template on PR open.