docs: default caveman style for issues, PRs, and reviews
CI & Release / Verify documentation (push) Skipped
CI & Release / Verify simulator (push) Skipped
CI & Release / Trivy scan (push) Skipped
CI & Release / Semantic Release (push) Skipped
CI & Release / Verify documentation (pull_request) Successful in 5s
CI & Release / Verify simulator (pull_request) Failing after 9s
CI & Release / Trivy scan (pull_request) Skipped
CI & Release / Semantic Release (pull_request) Skipped

Document caveman-full as the collaboration voice in AGENTS and CONTRIBUTING,
and add Gitea issue/PR templates that pre-fill terse structure.
This commit is contained in:
2026-07-10 10:56:13 +01:00
parent e6e57843cb
commit bed6f93626
6 changed files with 110 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Design docs
url: https://git.produktor.io/eSlider/swarm-house/src/branch/main/docs/12-design-journey.md
about: Start with the design journey, then open an issue here.
- name: Open questions
url: https://git.produktor.io/eSlider/swarm-house/src/branch/main/docs/09-open-questions.md
about: Known unknowns — check before duplicating.
+24
View File
@@ -0,0 +1,24 @@
---
name: Change / task
about: Default issue template — caveman style
title: ""
labels: []
---
Write **caveman-full**: short lines, fragments OK, no filler. See [`CONTRIBUTING.md`](../../CONTRIBUTING.md#caveman-style-default).
## What
<!-- One line. What need fix or build. -->
## Why
<!-- Problem or goal. Skip if obvious from title. -->
## Done when
- [ ]
## Notes
<!-- Links, ADR, open question §. Optional. -->
+19
View File
@@ -0,0 +1,19 @@
Write **caveman-full** by default. See [`CONTRIBUTING.md`](../CONTRIBUTING.md#caveman-style-default).
## What
<!-- What changed. Bullets OK. -->
## Why
<!-- Problem this fixes or design gap closed. -->
## Test
- [ ] `pytest tests/ -q` (if code touched)
- [ ] `python scripts/check_docs.py` (if docs touched)
- [ ] ADR added if boundary/contract changed
## Links
<!-- Closes / Relates to #issue. Optional demo URL. -->