Files
idlegame/.gitea/issue_template/feature.yaml
T

32 lines
800 B
YAML

name: Feature
about: New gameplay, UI, workflow, or infrastructure work.
title: "feat: "
labels:
- type/feat
body:
- type: markdown
attributes:
value: |
Keep code-level implementation details here. Put durable design decisions in the Obsidian vault.
- type: textarea
id: outcome
attributes:
label: Outcome
description: What should be true when this is done?
validations:
required: true
- type: textarea
id: scope
attributes:
label: Scope
description: Files, systems, or flows expected to change.
validations:
required: true
- type: textarea
id: verification
attributes:
label: Verification
description: Commands, browser checks, or live checks required.
validations:
required: true