54 lines
1.4 KiB
YAML
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
|
|
|