Add docs governance and Czech parity updates
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user