Add docs governance and Czech parity updates
This commit is contained in:
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Contribution Guidelines
|
||||
url: https://git.cqre.net/kosmo/Church-of-Kosmo/src/branch/main/CONTRIBUTING.md
|
||||
about: Read contribution and tone/style expectations before opening an issue.
|
||||
|
||||
53
.github/ISSUE_TEMPLATE/docs_update.yml
vendored
Normal file
53
.github/ISSUE_TEMPLATE/docs_update.yml
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
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
|
||||
|
||||
60
.github/ISSUE_TEMPLATE/translation_update.yml
vendored
Normal file
60
.github/ISSUE_TEMPLATE/translation_update.yml
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
name: Translation Update
|
||||
description: Propose or track translation work for language parity.
|
||||
title: "translation: "
|
||||
labels:
|
||||
- translation
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Use this template for translation additions, corrections, and parity alignment.
|
||||
- type: input
|
||||
id: source_file
|
||||
attributes:
|
||||
label: Source File (Canonical)
|
||||
description: Path in docs/en
|
||||
placeholder: docs/en/codex/book2_balance.md
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: target_file
|
||||
attributes:
|
||||
label: Target File (Translation)
|
||||
description: Path in docs/cs
|
||||
placeholder: docs/cs/codex/book2_balance.md
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: change_type
|
||||
attributes:
|
||||
label: Translation Change Type
|
||||
options:
|
||||
- New translation draft
|
||||
- Parity alignment
|
||||
- Terminology correction
|
||||
- Style/voice refinement
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: scope
|
||||
attributes:
|
||||
label: Scope
|
||||
description: What sections are in scope?
|
||||
placeholder: Sections 1-4, closing benediction, table labels.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: notes
|
||||
attributes:
|
||||
label: Terminology/Localization Notes
|
||||
description: Note intentional localization choices or terms needing consensus.
|
||||
- type: checkboxes
|
||||
id: checks
|
||||
attributes:
|
||||
label: Validation
|
||||
options:
|
||||
- label: I checked that structure and section ordering remain aligned where expected.
|
||||
required: true
|
||||
- label: I checked that no translation placeholder TODO text remains in the affected file(s).
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user