Files
sky_phone/.github/ISSUE_TEMPLATE/documentation.yml
DerEchteAlec 7644dec3a3 BLD - add GitHub contribution and release automation (#3)
* BLD - add GitHub contribution and release automation

* BLD - restrict dev merges to maintainers

* BLD - add automated review and PR test resources

* DOC - require AI governance checks

* FIX - pin patched nanoid dependency

* TRY - trigger webhook delivery

* TRY - verify webhook routing

* TRY - rerun pull request checks
2026-08-19 15:26:50 +02:00

36 lines
939 B
YAML

name: Documentation improvement
description: Report missing, incorrect, or unclear project documentation.
title: "[Docs] "
body:
- type: input
id: location
attributes:
label: Documentation location
description: Link the section or provide the repository path and heading.
placeholder: README.md, Quick installation
validations:
required: true
- type: textarea
id: problem
attributes:
label: What is unclear or incorrect?
validations:
required: true
- type: textarea
id: correction
attributes:
label: Suggested correction
description: Include verified runtime, configuration, or version context where relevant.
validations:
required: true
- type: checkboxes
id: confirmations
attributes:
label: Confirmation
options:
- label: I checked the current default branch before reporting this.
required: true