CODEOWNERS, CONTRIBUTING.md, SECURITY.md, SETUP.md, and the .gitea issue/PR templates, rewritten for Outpost (they started as copies from an unrelated project's templates - stripped the cross-repo/ticket-ID conventions and the entirely different tech stack in SETUP.md, replaced with this repo's actual submodule/OutlineKit/Xcode workflow).
31 lines
716 B
YAML
31 lines
716 B
YAML
name: Documentation
|
|
about: Report missing, incorrect, or outdated documentation
|
|
labels:
|
|
- "type: docs"
|
|
body:
|
|
- type: input
|
|
id: page
|
|
attributes:
|
|
label: Affected Page / File
|
|
placeholder: "e.g. SETUP.md, docs/ARCHITECTURE.md, CLAUDE.md"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: type
|
|
attributes:
|
|
label: Type
|
|
options:
|
|
- Missing documentation
|
|
- Incorrect / outdated information
|
|
- Unclear or confusing
|
|
- Typo / formatting
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: What needs to change and why?
|
|
validations:
|
|
required: true
|