mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 09:18:57 +00:00
7644dec3a3
* 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
36 lines
939 B
YAML
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
|