Files
Church-of-Kosmo/.github/ISSUE_TEMPLATE/docs_update.yml
Tomas Kracmar 9ee5acfa4f
Some checks failed
Docs Check / lint-and-links (push) Has been cancelled
Docs Check / translation-parity (push) Has been cancelled
Add docs governance and Czech parity updates
2026-03-26 17:12:39 +01:00

54 lines
1.4 KiB
YAML

name: Docs Update
description: Propose documentation, governance, or repository process changes.
title: "docs: "
labels:
- documentation
body:
- type: markdown
attributes:
value: |
Use this template for repository docs/process updates (non-translation specific).
- type: dropdown
id: area
attributes:
label: Area
options:
- Governance
- Contribution process
- Readme/structure
- License clarification
- CI/docs tooling
- Other
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem / Goal
description: What should improve and why?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed Change
description: Concrete proposal (files, sections, expected behavior).
validations:
required: true
- type: textarea
id: impact
attributes:
label: Impact
description: Who is affected and how?
placeholder: Contributors, translators, maintainers, external reusers.
- type: checkboxes
id: checks
attributes:
label: Validation
options:
- label: I listed specific files/sections to change.
required: true
- label: I considered compatibility with current charter/codex wording.
required: true